abishines commited on
Commit
80ce261
1 Parent(s): 68434f2

Training in progress, step 500

Browse files
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b2392f98777c8286f6864013ed353649a8c8667795200ce46645b6b7263b9191
3
  size 327657928
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c962d1b55b215b7d77eae988a3d7b86b7a5f68c8eb94a60272b0f67e932fde7
3
  size 327657928
runs/Nov22_07-19-19_ce1533a2d1c5/events.out.tfevents.1700637560.ce1533a2d1c5.356.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2b1acd0129cd2b67c5b8074a09ab0b7a9bf32a29701e216aec8be1635c70190d
3
- size 6060
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a34261287ce8527742861041e9893e5d58ca42728a1632ae12927385fb40701c
3
+ size 6685
runs/Nov22_07-39-07_ce1533a2d1c5/events.out.tfevents.1700638747.ce1533a2d1c5.356.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf3ed576f23c5f2348948fbfb022632434e5a6cd6dedbb9d8bab06282710145e
3
+ size 5275
special_tokens_map.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<|endoftext|>",
3
+ "eos_token": "<|endoftext|>",
4
+ "pad_token": "<|endoftext|>",
5
+ "unk_token": "<|endoftext|>"
6
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "50256": {
5
+ "content": "<|endoftext|>",
6
+ "lstrip": false,
7
+ "normalized": true,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ }
12
+ },
13
+ "bos_token": "<|endoftext|>",
14
+ "clean_up_tokenization_spaces": true,
15
+ "eos_token": "<|endoftext|>",
16
+ "model_max_length": 1024,
17
+ "pad_token": "<|endoftext|>",
18
+ "tokenizer_class": "GPT2Tokenizer",
19
+ "unk_token": "<|endoftext|>"
20
+ }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e29117d0febfac2ab850447499f64aa1db7cc3c285f8899863e144fa05e0a2ab
3
  size 4600
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81fb1a67e04511000ac5907dae1a8e8b4b205588538be96db71579242937036b
3
  size 4600
vocab.json ADDED
The diff for this file is too large to render. See raw diff