VK246 commited on
Commit
fdaa4e1
1 Parent(s): 3488616

End of training

Browse files
generation_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 50256,
3
+ "decoder_start_token_id": 50256,
4
+ "eos_token_id": 50256,
5
+ "pad_token_id": 50256,
6
+ "transformers_version": "4.30.2"
7
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4a1f04d102978d588e64cf06003c953a4eca48e3f8063e601d2e75313c414972
3
  size 962051233
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c5c5ebb977bfa6ec5eedd8a935ddcac5b30830cd660b3016ada2830173fcafc
3
  size 962051233
runs/Jul14_08-52-55_95a5a4bccb1a/events.out.tfevents.1689324786.95a5a4bccb1a.912.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cf688308bc16452af101fa9d90e65d4f9055825deff1679da0984ef843a22f53
3
- size 1764574
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c699e8226b680158f192ed537a8421b14c7e8f207790b1cb49051240edcda8c
3
+ size 1764928
runs/Jul14_08-52-55_95a5a4bccb1a/events.out.tfevents.1689335163.95a5a4bccb1a.912.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44eb506f123bcfce94e36bd6df047b630e4eff847e83715f8207893943f52dd0
3
+ size 661
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,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "bos_token": "<|endoftext|>",
4
+ "clean_up_tokenization_spaces": true,
5
+ "eos_token": "<|endoftext|>",
6
+ "model_max_length": 1024,
7
+ "tokenizer_class": "GPT2Tokenizer",
8
+ "unk_token": "<|endoftext|>"
9
+ }
vocab.json ADDED
The diff for this file is too large to render. See raw diff