VK246 commited on
Commit
4def64e
1 Parent(s): ce07184

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:d9f2bf1ed7ac0d19c04e7cd7bcc5eb06b83bf1ea0be5ee930ebf1bfe88ef25fd
3
  size 962051233
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88fd628643ae4b023fe52133e341d6825b3613fc21e81b931e12316a4804e849
3
  size 962051233
runs/Jul13_12-40-08_043d0591e784/events.out.tfevents.1689252071.043d0591e784.219.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a2ad82a53884168b50aeea4602908089b25aeec84fa34b80d7fc9474fb39bd92
3
- size 1764574
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a734d540450393ae32353225db33567087553642a846f8e04fc31d0f5e491bb5
3
+ size 1764928
runs/Jul13_12-40-08_043d0591e784/events.out.tfevents.1689263899.043d0591e784.219.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0265b93d1329a6c8e7226649437990fbaa536cb2762f3a2ecfb965c92aad09b8
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