luanbei commited on
Commit
2f4e7e5
·
verified ·
1 Parent(s): 1ffd7b5

Delete binary_model

Browse files
binary_model/head_config.json DELETED
@@ -1,3 +0,0 @@
1
- {
2
- "num_labels": 2
3
- }
 
 
 
 
binary_model/pytorch_model.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:eb2605779b2beaa3545bfc3851690e292caf4eb7883d8fea485dfb6111ea7ef1
3
- size 468340029
 
 
 
 
binary_model/special_tokens_map.json DELETED
@@ -1,7 +0,0 @@
1
- {
2
- "cls_token": "[CLS]",
3
- "mask_token": "[MASK]",
4
- "pad_token": "[PAD]",
5
- "sep_token": "[SEP]",
6
- "unk_token": "[UNK]"
7
- }
 
 
 
 
 
 
 
 
binary_model/tokenizer.json DELETED
The diff for this file is too large to render. See raw diff
 
binary_model/tokenizer_config.json DELETED
@@ -1,11 +0,0 @@
1
- {
2
- "clean_up_tokenization_spaces": true,
3
- "cls_token": "[CLS]",
4
- "mask_token": "[MASK]",
5
- "model_max_length": 512,
6
- "pad_token": "[PAD]",
7
- "padding_side": "right",
8
- "sep_token": "[SEP]",
9
- "tokenizer_class": "PreTrainedTokenizerFast",
10
- "unk_token": "[UNK]"
11
- }