irishzhang commited on
Commit
fb30a13
·
1 Parent(s): 4e3640c

Training in progress, step 500

Browse files
added_tokens.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "<|endoftext|>": 50256
3
+ }
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:94d8efdc125dddcc8000c6d151ded12afaf7836dfbd9e60a8faf3ecaf2b9638b
3
  size 327674194
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:412979808c2fbc5a9741d4e4082d2afd0a87999f5280f1fbd11e1ea912461047
3
  size 327674194
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,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "50256": {
5
+ "content": "<|endoftext|>",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ }
12
+ },
13
+ "additional_special_tokens": [],
14
+ "bos_token": "<|endoftext|>",
15
+ "clean_up_tokenization_spaces": true,
16
+ "eos_token": "<|endoftext|>",
17
+ "model_max_length": 1024,
18
+ "tokenizer_class": "GPT2Tokenizer",
19
+ "unk_token": "<|endoftext|>"
20
+ }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3ff0e282966b6df1f407974a3d4cad2a35ee652c5bd6e6bda226dfd1314334be
3
  size 4472
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47c314fdad049f6a2642c44d6513b2dd0e883c1a7eb8d60936d866b299541994
3
  size 4472
vocab.json ADDED
The diff for this file is too large to render. See raw diff