dainb commited on
Commit
fd33528
·
verified ·
1 Parent(s): 6d3749b

Upload tokenizer

Browse files
Files changed (2) hide show
  1. tokenizer.json +0 -0
  2. tokenizer_config.json +2 -1
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -41,7 +41,8 @@
41
  "special": true
42
  }
43
  },
44
- "clean_up_tokenization_spaces": true,
 
45
  "model_max_length": 1000000000000000019884624838656,
46
  "tokenizer_class": "PreTrainedTokenizerFast"
47
  }
 
41
  "special": true
42
  }
43
  },
44
+ "clean_up_tokenization_spaces": false,
45
+ "extra_special_tokens": {},
46
  "model_max_length": 1000000000000000019884624838656,
47
  "tokenizer_class": "PreTrainedTokenizerFast"
48
  }