VK246 commited on
Commit
743184b
1 Parent(s): edf0685

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:67852ab79091494587cb9f99c1967bcace66cc620ae6a7a6e03b23628729ede0
3
  size 962051233
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2eef90724306ac4ce4c2a9a14ae25a55424fe5f1102d93d46bdf23862fbdae7e
3
  size 962051233
runs/Jul12_17-53-01_afc85555b6b5/events.out.tfevents.1689184398.afc85555b6b5.5110.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:42fe80a4c04ae93dcc842e135999b867cd178fde6ea1dc9c5bf20ec3fa9de695
3
- size 1761449
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0832174abb03032a1547a9967d856f1f194fd4c3336fcf2a1ff5fc7834de07d3
3
+ size 1762513
runs/Jul12_17-53-01_afc85555b6b5/events.out.tfevents.1689184631.afc85555b6b5.5110.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d13372a6fe94fde9d1f5ef436593727bd79c60475054a6a064751fe001529e1a
3
+ size 650
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