VK246 commited on
Commit
bf7c75e
1 Parent(s): 3d43154

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:c888f79c179de8439d3613c0876304eacda037e2d060ff0bbfc086f334797574
3
  size 962051233
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1cca0b49d98786009cba7946ad937e22afdc69529be58bdfa34e3d2dc933313b
3
  size 962051233
runs/Aug18_13-43-37_359ec5a100fa/events.out.tfevents.1692366225.359ec5a100fa.587.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:de8602ddd939f44c35d6505ce5aa1c7a22ca918d5acc8526c31b85dfadad71d7
3
- size 1762816
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18618c6d5d11d3ab92f0dc434b9d8e2beb12290db59790d53e1b4a05b7b14d20
3
+ size 1763170
runs/Aug18_13-43-37_359ec5a100fa/events.out.tfevents.1692374499.359ec5a100fa.587.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5a577698138581a61d9a39fcbbe363e9f5b4156905027abaffec154df67218a
3
+ size 862
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