nouamanetazi HF staff commited on
Commit
6468304
1 Parent(s): 5bc51f7

Upload tokenizer_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +10 -0
tokenizer_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "bos_token": "<s>",
4
+ "eos_token": "</s>",
5
+ "name_or_path": "bigscience/bigscience-small-testing",
6
+ "pad_token": "<pad>",
7
+ "special_tokens_map_file": null,
8
+ "tokenizer_class": "BloomTokenizer",
9
+ "unk_token": "<unk>"
10
+ }