Upload model
Browse files- config.json +3 -0
- pytorch_model.bin +1 -1
config.json
CHANGED
@@ -4,6 +4,9 @@
|
|
4 |
"RobertaModelV2"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
|
|
|
|
|
|
7 |
"bos_token_id": 0,
|
8 |
"classifier_dropout": null,
|
9 |
"eos_token_id": 2,
|
|
|
4 |
"RobertaModelV2"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"auto_map": {
|
8 |
+
"AutoModel": "AbLang_roberta_model.RobertaModelV2"
|
9 |
+
},
|
10 |
"bos_token_id": 0,
|
11 |
"classifier_dropout": null,
|
12 |
"eos_token_id": 2,
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 340860389
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:035a40e08dcc3aa100e54298f08f2aa031ec16429d5c18429a698b4312702ebb
|
3 |
size 340860389
|