scotteinsidler commited on
Commit
a0e2a32
1 Parent(s): 5567534

Upload tokenizer

Browse files
Files changed (5) hide show
  1. README.md +3 -3
  2. merges.txt +0 -0
  3. special_tokens_map.json +6 -0
  4. tokenizer.json +3 -1
  5. tokenizer_config.json +12 -2
README.md CHANGED
@@ -1,10 +1,10 @@
1
  ---
2
- license: apache-2.0
3
  base_model: distilbert/distilgpt2
4
- tags:
5
- - generated_from_trainer
6
  datasets:
7
  - eli5_category
 
 
 
8
  model-index:
9
  - name: eli5-test
10
  results: []
 
1
  ---
 
2
  base_model: distilbert/distilgpt2
 
 
3
  datasets:
4
  - eli5_category
5
+ license: apache-2.0
6
+ tags:
7
+ - generated_from_trainer
8
  model-index:
9
  - name: eli5-test
10
  results: []
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
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 CHANGED
@@ -9,7 +9,7 @@
9
  "single_word": false,
10
  "lstrip": false,
11
  "rstrip": false,
12
- "normalized": false,
13
  "special": true
14
  }
15
  ],
@@ -39,6 +39,8 @@
39
  "continuing_subword_prefix": "",
40
  "end_of_word_suffix": "",
41
  "fuse_unk": false,
 
 
42
  "vocab": {
43
  "!": 0,
44
  "\"": 1,
 
9
  "single_word": false,
10
  "lstrip": false,
11
  "rstrip": false,
12
+ "normalized": true,
13
  "special": true
14
  }
15
  ],
 
39
  "continuing_subword_prefix": "",
40
  "end_of_word_suffix": "",
41
  "fuse_unk": false,
42
+ "byte_fallback": false,
43
+ "ignore_merges": false,
44
  "vocab": {
45
  "!": 0,
46
  "\"": 1,
tokenizer_config.json CHANGED
@@ -1,10 +1,20 @@
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
  }
 
1
  {
2
  "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "50256": {
5
+ "content": "<|endoftext|>",
6
+ "lstrip": false,
7
+ "normalized": true,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ }
12
+ },
13
  "bos_token": "<|endoftext|>",
14
+ "clean_up_tokenization_spaces": true,
15
  "eos_token": "<|endoftext|>",
16
  "model_max_length": 1024,
17
+ "pad_token": "<|endoftext|>",
 
18
  "tokenizer_class": "GPT2Tokenizer",
19
  "unk_token": "<|endoftext|>"
20
  }