Ransaka commited on
Commit
bcf4b60
1 Parent(s): 0d713ff

Pushing sample model

Browse files

Model trained on crafter triplets

Files changed (1) hide show
  1. tokenizer_config.json +9 -0
tokenizer_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "clean_up_tokenization_spaces": true,
3
+ "max_length": 512,
4
+ "model_max_length": 1000000000000000019884624838656,
5
+ "stride": 0,
6
+ "tokenizer_class": "PreTrainedTokenizerFast",
7
+ "truncation_side": "right",
8
+ "truncation_strategy": "longest_first"
9
+ }