VK246 commited on
Commit
219502d
1 Parent(s): 85985ba

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:edaea49cb5377b2549403a98479da6007872d26a43a40d893b88723aea26a85d
3
  size 962051233
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1eed3c47ea0a07fd6ddc1254e1303668cd7892cba5722c268580e54f800dc6c
3
  size 962051233
runs/Aug17_17-22-13_f10e10d4713a/events.out.tfevents.1692292953.f10e10d4713a.3244.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fe2cde92ba37b9a7f5f1b4912927001b664bdbca0016f6fbe4a77924a81012e9
3
- size 1765612
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7cd0c844de3e9ef8fe72533487d9e724432b8c64ea04680a2fb316b6c3724c2
3
+ size 1765966
runs/Aug17_17-22-13_f10e10d4713a/events.out.tfevents.1692302617.f10e10d4713a.3244.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b67206ee5cd13fbbd5fe4a0cd0d1bf1cbde05f140edf9deec28fdf48c20acad
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