Upload BertForSequenceClassification
Browse files- config.json +2 -3
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"classifier_dropout": null,
|
@@ -29,7 +29,6 @@
|
|
29 |
"model_type": "bert",
|
30 |
"num_attention_heads": 12,
|
31 |
"num_hidden_layers": 12,
|
32 |
-
"output_attentions": true,
|
33 |
"pad_token_id": 0,
|
34 |
"position_embedding_type": "absolute",
|
35 |
"problem_type": "single_label_classification",
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "allenai/scibert_scivocab_uncased",
|
3 |
"architectures": [
|
4 |
+
"BertForSequenceClassification"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"classifier_dropout": null,
|
|
|
29 |
"model_type": "bert",
|
30 |
"num_attention_heads": 12,
|
31 |
"num_hidden_layers": 12,
|
|
|
32 |
"pad_token_id": 0,
|
33 |
"position_embedding_type": "absolute",
|
34 |
"problem_type": "single_label_classification",
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3c1216ff21e04e2594bf7d327f94ccc917454bcee7814ff43c3ab537abaedaf0
|
3 |
+
size 439757421
|