José Antonio García Díaz commited on
Commit
be3beac
1 Parent(s): 38f171c

tokenizer info

Browse files
Files changed (3) hide show
  1. tokenizer.json +0 -0
  2. tokenizer_config.json +14 -0
  3. vocab.txt +0 -0
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_lower_case": false,
3
+ "unk_token": "[UNK]",
4
+ "sep_token": "[SEP]",
5
+ "pad_token": "[PAD]",
6
+ "cls_token": "[CLS]",
7
+ "mask_token": "[MASK]",
8
+ "tokenize_chinese_chars": true,
9
+ "strip_accents": false,
10
+ "name_or_path": "./bert-base-spanish-wwm-cased",
11
+ "do_basic_tokenize": true,
12
+ "never_split": null,
13
+ "model_max_length": 512
14
+ }
vocab.txt ADDED
File without changes