reginaboateng commited on
Commit
09a103b
1 Parent(s): 0856a60

Upload 4 files

Browse files
Files changed (4) hide show
  1. tokenizer.json +0 -0
  2. tokenizer_config.json +16 -0
  3. training_args.bin +3 -0
  4. 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,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "do_basic_tokenize": true,
4
+ "do_lower_case": true,
5
+ "mask_token": "[MASK]",
6
+ "model_max_length": 1000000000000000019884624838656,
7
+ "name_or_path": "allenai/scibert_scivocab_uncased",
8
+ "never_split": null,
9
+ "pad_token": "[PAD]",
10
+ "sep_token": "[SEP]",
11
+ "special_tokens_map_file": null,
12
+ "strip_accents": null,
13
+ "tokenize_chinese_chars": true,
14
+ "tokenizer_class": "BertTokenizer",
15
+ "unk_token": "[UNK]"
16
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90bb73554090159131c274467c1b4f92e781e09e80318cfabdae7ceaefd3ad2a
3
+ size 3515
vocab.txt ADDED
The diff for this file is too large to render. See raw diff