VK246 commited on
Commit
0590ae8
1 Parent(s): 883b60d

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:15cad76cfb8f451a09b556e06d40aeb35568ca6cc792cc6cd60831bdac6d4cb6
3
  size 962051233
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c5e6a270be83254812124c1bebc3dc7781445175d5eaa0b36cc1eb542915445
3
  size 962051233
runs/Aug21_07-58-16_f9feb77cbb72/events.out.tfevents.1692604705.f9feb77cbb72.295.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:68998c5a9698daa9244bd63f606724a996deaae5ab5ee3745ea6f2c8af0d7048
3
- size 1762814
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48bea8665aaa714c119204d367e9375bb536c312956695af65c816f68cf34e5c
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