Delete my_model
Browse files- my_model/bert-model.pth +0 -3
- my_model/model_weights.pth +0 -3
- my_model/special_tokens_map.json +0 -7
- my_model/tokenizer.json +0 -0
- my_model/tokenizer_config.json +0 -13
- my_model/vocab.txt +0 -0
my_model/bert-model.pth
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:e9bba93ea5c8104d9340cbd14fee3850d98a5353bbbdf6ceccce0dbad8c8fc80
|
3 |
-
size 711548242
|
|
|
|
|
|
|
|
my_model/model_weights.pth
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:0f1794b1e9770b40fd243bfdbcc7f51f1702657d10a753d6d52fa9530807975f
|
3 |
-
size 711510449
|
|
|
|
|
|
|
|
my_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 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
my_model/tokenizer.json
DELETED
The diff for this file is too large to render.
See raw diff
|
|
my_model/tokenizer_config.json
DELETED
@@ -1,13 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"clean_up_tokenization_spaces": true,
|
3 |
-
"cls_token": "[CLS]",
|
4 |
-
"do_lower_case": false,
|
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 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
my_model/vocab.txt
DELETED
The diff for this file is too large to render.
See raw diff
|
|