mgelard commited on
Commit
27242ad
·
verified ·
1 Parent(s): f959c61

Update tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +9 -65
tokenizer_config.json CHANGED
@@ -1,67 +1,11 @@
1
  {
2
- "added_tokens_decoder": {
3
- "64": {
4
- "content": "<pad>",
5
- "lstrip": false,
6
- "normalized": false,
7
- "rstrip": false,
8
- "single_word": false,
9
- "special": true
10
- },
11
- "65": {
12
- "content": "<mask>",
13
- "lstrip": false,
14
- "normalized": false,
15
- "rstrip": false,
16
- "single_word": false,
17
- "special": true
18
- },
19
- "66": {
20
- "content": "<unk>",
21
- "lstrip": false,
22
- "normalized": false,
23
- "rstrip": false,
24
- "single_word": false,
25
- "special": true
26
- },
27
- "67": {
28
- "content": "<bos>",
29
- "lstrip": false,
30
- "normalized": false,
31
- "rstrip": false,
32
- "single_word": false,
33
- "special": true
34
- },
35
- "68": {
36
- "content": "<eos>",
37
- "lstrip": false,
38
- "normalized": false,
39
- "rstrip": false,
40
- "single_word": false,
41
- "special": true
42
- },
43
- "69": {
44
- "content": "<cls>",
45
- "lstrip": false,
46
- "normalized": false,
47
- "rstrip": false,
48
- "single_word": false,
49
- "special": true
50
- }
51
- },
52
- "auto_map": {
53
- "AutoTokenizer": [
54
- "tokenizer.BinnedOmicTokenizer",
55
- null
56
- ]
57
- },
58
- "bos_token": "<bos>",
59
- "clean_up_tokenization_spaces": true,
60
- "cls_token": "<cls>",
61
- "eos_token": "<eos>",
62
- "mask_token": "<mask>",
63
- "model_max_length": 1000000000000000019884624838656,
64
- "pad_token": "<pad>",
65
  "tokenizer_class": "BinnedOmicTokenizer",
66
- "unk_token": "<unk>"
67
- }
 
 
 
 
 
 
 
 
1
  {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  "tokenizer_class": "BinnedOmicTokenizer",
3
+ "n_expressions_bins": 64,
4
+ "min_omic_value": 0.0,
5
+ "max_omic_value": 1.0,
6
+ "use_max_normalization": true,
7
+ "normalization_factor": 5.547176906585117,
8
+ "prepend_cls_token": false,
9
+ "fixed_sequence_length": null,
10
+ "unpadded_length": null
11
+ }