VK246 commited on
Commit
1ad3c9c
1 Parent(s): bdeab3b

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:f688266d930f2bb90c44da7c2277c210324f230294ff84238fc60f757faec9a8
3
  size 962051233
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c92aa697a99f0a4227f9dba3f7c8f46fd8e4c52209df6788add9ee8abf8d4572
3
  size 962051233
runs/Aug22_07-16-43_0ac59307a991/events.out.tfevents.1692688609.0ac59307a991.211.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5a1695a4e391ca55ea468e619ba4687fcd331a0535d55128e8b1f03cbb8b70f5
3
- size 1762814
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81f378476e7f4da47926c939916df6ecec2dab65f9b9e32c0acbd0d62ea906a8
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