keisuke-miyako commited on
Commit
00eb8b6
·
verified ·
1 Parent(s): bb983fe

Upload folder using huggingface_hub

Browse files
Files changed (5) hide show
  1. config.json +7 -0
  2. model.bin +3 -0
  3. tokenizer.json +0 -0
  4. tokenizer_config.json +13 -0
  5. vocabulary.json +0 -0
config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<s>",
3
+ "eos_token": "</s>",
4
+ "layer_norm_epsilon": 1e-12,
5
+ "multi_query_attention": false,
6
+ "unk_token": "[UNK]"
7
+ }
model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cedf868f23a6302fee2b4720da0214f5d5078738080030f5662568392dfe0961
3
+ size 66728403
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "clean_up_tokenization_spaces": true,
3
+ "cls_token": "[CLS]",
4
+ "do_lower_case": true,
5
+ "mask_token": "[MASK]",
6
+ "model_max_length": 512,
7
+ "pad_token": "[PAD]",
8
+ "sep_token": "[SEP]",
9
+ "strip_accents": null,
10
+ "tokenize_chinese_chars": true,
11
+ "tokenizer_class": "BertTokenizer",
12
+ "unk_token": "[UNK]"
13
+ }
vocabulary.json ADDED
The diff for this file is too large to render. See raw diff