legacy107 commited on
Commit
0f68716
1 Parent(s): 178f9b5

Upload tokenizer

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +5 -0
tokenizer_config.json CHANGED
@@ -102,11 +102,16 @@
102
  "<extra_id_99>"
103
  ],
104
  "clean_up_tokenization_spaces": true,
 
105
  "eos_token": "</s>",
106
  "extra_ids": 100,
 
107
  "model_max_length": 512,
108
  "pad_token": "<pad>",
109
  "sp_model_kwargs": {},
 
110
  "tokenizer_class": "T5Tokenizer",
 
 
111
  "unk_token": "<unk>"
112
  }
 
102
  "<extra_id_99>"
103
  ],
104
  "clean_up_tokenization_spaces": true,
105
+ "device_map": "auto",
106
  "eos_token": "</s>",
107
  "extra_ids": 100,
108
+ "max_length": 200,
109
  "model_max_length": 512,
110
  "pad_token": "<pad>",
111
  "sp_model_kwargs": {},
112
+ "stride": 0,
113
  "tokenizer_class": "T5Tokenizer",
114
+ "truncation_side": "right",
115
+ "truncation_strategy": "longest_first",
116
  "unk_token": "<unk>"
117
  }