nanom commited on
Commit
970fae9
1 Parent(s): 3ebd7b1

Upload tokenizer

Browse files
Files changed (5) hide show
  1. merges.txt +0 -0
  2. special_tokens_map.json +18 -0
  3. tokenizer.json +0 -0
  4. tokenizer_config.json +48 -0
  5. vocab.json +0 -0
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
special_tokens_map.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|talk|>",
4
+ "<|ax1|>",
5
+ "<|ax2|>",
6
+ "<|ax3|>",
7
+ "<|ax4|>",
8
+ "<|ax5|>",
9
+ "<|ax6|>",
10
+ "<|ax7|>",
11
+ "<|ax8|>",
12
+ "<|ax9|>"
13
+ ],
14
+ "bos_token": "<|endoftext|>",
15
+ "eos_token": "<|endoftext|>",
16
+ "pad_token": "<|endoftext|>",
17
+ "unk_token": "<|endoftext|>"
18
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
+ "bos_token": {
5
+ "__type": "AddedToken",
6
+ "content": "<|endoftext|>",
7
+ "lstrip": false,
8
+ "normalized": true,
9
+ "rstrip": false,
10
+ "single_word": false
11
+ },
12
+ "clean_up_tokenization_spaces": true,
13
+ "eos_token": {
14
+ "__type": "AddedToken",
15
+ "content": "<|endoftext|>",
16
+ "lstrip": false,
17
+ "normalized": true,
18
+ "rstrip": false,
19
+ "single_word": false
20
+ },
21
+ "errors": "replace",
22
+ "full_tokenizer_file": null,
23
+ "max_length": 32,
24
+ "model_max_length": 1000000000000000019884624838656,
25
+ "pad_to_multiple_of": null,
26
+ "pad_token": {
27
+ "__type": "AddedToken",
28
+ "content": "<|endoftext|>",
29
+ "lstrip": false,
30
+ "normalized": true,
31
+ "rstrip": false,
32
+ "single_word": false
33
+ },
34
+ "pad_token_type_id": 0,
35
+ "padding_side": "right",
36
+ "stride": 0,
37
+ "tokenizer_class": "GPT2Tokenizer",
38
+ "truncation_side": "right",
39
+ "truncation_strategy": "longest_first",
40
+ "unk_token": {
41
+ "__type": "AddedToken",
42
+ "content": "<|endoftext|>",
43
+ "lstrip": false,
44
+ "normalized": true,
45
+ "rstrip": false,
46
+ "single_word": false
47
+ }
48
+ }
vocab.json ADDED
The diff for this file is too large to render. See raw diff