louis030195 commited on
Commit
cfb0d3a
1 Parent(s): 3709ea9

Training in progress, step 500

Browse files
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:123f7cff19e69cab9a0a293182397f315cf6c96e2597e5f190af4e90410c5989
3
  size 333969117
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a81563534c55d52f8fb0d02a0f86c2b36f1789715142a120bd5931656b4514a
3
  size 333969117
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,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "bos_token": "<|endoftext|>",
4
+ "eos_token": "<|endoftext|>",
5
+ "model_max_length": 1024,
6
+ "name_or_path": "distilgpt2",
7
+ "special_tokens_map_file": null,
8
+ "tokenizer_class": "GPT2Tokenizer",
9
+ "unk_token": "<|endoftext|>"
10
+ }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9a517e68893445ef2fd2b29608b531a801e3a46bf25d5d5b1a0280e0077161f4
3
  size 3311
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4df58a69fe597599fac5e5c078627594bbaab5fcb08482751f69b815f763243
3
  size 3311
vocab.json ADDED
The diff for this file is too large to render. See raw diff