AnthonyDi commited on
Commit
03bd84e
·
verified ·
1 Parent(s): 2c67084

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +2 -1
tokenizer_config.json CHANGED
@@ -10,5 +10,6 @@
10
  "eos_token": "</s>",
11
  "unk_token": "<unk>",
12
  "pad_token": "<pad>",
13
- "vocab_file": "vocab.json"
 
14
  }
 
10
  "eos_token": "</s>",
11
  "unk_token": "<unk>",
12
  "pad_token": "<pad>",
13
+ "vocab_file": "vocab.json",
14
+ "clean_up_tokenization_spaces": false
15
  }