Upload folder using huggingface_hub
Browse files- pytorch_model.bin +1 -1
- special_tokens_map.json +0 -7
- tokenizer_config.json +1 -7
- training_args.bin +1 -1
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 408322909
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4c71dd07fafd3cbcb2e71bf534cb931765fc0df5f390f0bc4cfee65ffee7e4fd
|
3 |
size 408322909
|
special_tokens_map.json
CHANGED
@@ -1,11 +1,4 @@
|
|
1 |
{
|
2 |
-
"additional_special_tokens": [
|
3 |
-
"[PAD]",
|
4 |
-
"[UNK]",
|
5 |
-
"[CLS]",
|
6 |
-
"[SEP]",
|
7 |
-
"[MASK]"
|
8 |
-
],
|
9 |
"cls_token": "[CLS]",
|
10 |
"mask_token": "[MASK]",
|
11 |
"pad_token": "[PAD]",
|
|
|
1 |
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
"cls_token": "[CLS]",
|
3 |
"mask_token": "[MASK]",
|
4 |
"pad_token": "[PAD]",
|
tokenizer_config.json
CHANGED
@@ -41,13 +41,7 @@
|
|
41 |
"special": true
|
42 |
}
|
43 |
},
|
44 |
-
"additional_special_tokens": [
|
45 |
-
"[PAD]",
|
46 |
-
"[UNK]",
|
47 |
-
"[CLS]",
|
48 |
-
"[SEP]",
|
49 |
-
"[MASK]"
|
50 |
-
],
|
51 |
"clean_up_tokenization_spaces": true,
|
52 |
"cls_token": "[CLS]",
|
53 |
"do_basic_tokenize": true,
|
|
|
41 |
"special": true
|
42 |
}
|
43 |
},
|
44 |
+
"additional_special_tokens": [],
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
"clean_up_tokenization_spaces": true,
|
46 |
"cls_token": "[CLS]",
|
47 |
"do_basic_tokenize": true,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4027
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8483b05906521473b7ed36da51d85190f1ab2cce8264dc7abb0670ae4f5f80f0
|
3 |
size 4027
|