VK246 commited on
Commit
9bc6188
1 Parent(s): a6f1799

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.31.0"
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:b1f76353cef60f537a706584374db9b982999b76518f87b7ee7ea2ad1db7a99c
3
  size 962051233
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0810eb6ba872e3862b5f2afc7bd6c993f0d3f287cf90c5caf72120725b26839
3
  size 962051233
runs/Aug21_15-34-20_233dbd55b994/events.out.tfevents.1692632066.233dbd55b994.783.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3f58335cd054336fc4a5e536b58c03d3d1f422bf2c92686c76077874ba934bfe
3
- size 1762814
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c327d5200d5f47f9fdefa551d26851c07de8b21e7367ef7831e7576cae98cc3
3
+ size 1763168
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