bolin22 commited on
Commit
ca6e5aa
1 Parent(s): e10e4cb

Upload tokenizer_config.json

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