dewdev commited on
Commit
75b6b78
·
verified ·
1 Parent(s): f295f05

Upload 4 files

Browse files
tflite/model.tflite CHANGED
@@ -1 +1,3 @@
1
- empty
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21385e94fe7b0bfeb09655a9c27a7929fc5ab2bee0fda8234ceca7e3f9689772
3
+ size 97878588
tflite/special_tokens.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "unk_token": "[UNK]",
3
+ "sep_token": "[SEP]",
4
+ "pad_token": "[PAD]",
5
+ "cls_token": "[CLS]",
6
+ "mask_token": "[MASK]"
7
+ }
tflite/tokenizer_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_max_length": 512,
3
+ "padding_side": "right",
4
+ "truncation_side": "right",
5
+ "model_input_names": [
6
+ "input_ids",
7
+ "attention_mask"
8
+ ],
9
+ "use_fast": true
10
+ }
tflite/vocab.json ADDED
The diff for this file is too large to render. See raw diff