Upload BertForSequenceClassification
Browse files- config.json +8 -10
- model.safetensors +2 -2
config.json
CHANGED
|
@@ -1,12 +1,11 @@
|
|
| 1 |
{
|
| 2 |
"architectures": [
|
| 3 |
-
"
|
| 4 |
],
|
| 5 |
"attention_probs_dropout_prob": 0.1,
|
| 6 |
-
"bos_token_id": 0,
|
| 7 |
"classifier_dropout": null,
|
| 8 |
"dtype": "float32",
|
| 9 |
-
"
|
| 10 |
"hidden_act": "gelu",
|
| 11 |
"hidden_dropout_prob": 0.1,
|
| 12 |
"hidden_size": 768,
|
|
@@ -22,17 +21,16 @@
|
|
| 22 |
"LABEL_1": 1,
|
| 23 |
"LABEL_2": 2
|
| 24 |
},
|
| 25 |
-
"layer_norm_eps": 1e-
|
| 26 |
-
"max_position_embeddings":
|
| 27 |
-
"model_type": "
|
| 28 |
"num_attention_heads": 12,
|
| 29 |
"num_hidden_layers": 12,
|
| 30 |
"output_attentions": true,
|
| 31 |
-
"
|
| 32 |
-
"pad_token_id": 1,
|
| 33 |
"position_embedding_type": "absolute",
|
| 34 |
"transformers_version": "4.57.3",
|
| 35 |
-
"type_vocab_size":
|
| 36 |
"use_cache": true,
|
| 37 |
-
"vocab_size":
|
| 38 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"architectures": [
|
| 3 |
+
"BertForSequenceClassification"
|
| 4 |
],
|
| 5 |
"attention_probs_dropout_prob": 0.1,
|
|
|
|
| 6 |
"classifier_dropout": null,
|
| 7 |
"dtype": "float32",
|
| 8 |
+
"embedding_size": 768,
|
| 9 |
"hidden_act": "gelu",
|
| 10 |
"hidden_dropout_prob": 0.1,
|
| 11 |
"hidden_size": 768,
|
|
|
|
| 21 |
"LABEL_1": 1,
|
| 22 |
"LABEL_2": 2
|
| 23 |
},
|
| 24 |
+
"layer_norm_eps": 1e-12,
|
| 25 |
+
"max_position_embeddings": 512,
|
| 26 |
+
"model_type": "bert",
|
| 27 |
"num_attention_heads": 12,
|
| 28 |
"num_hidden_layers": 12,
|
| 29 |
"output_attentions": true,
|
| 30 |
+
"pad_token_id": 0,
|
|
|
|
| 31 |
"position_embedding_type": "absolute",
|
| 32 |
"transformers_version": "4.57.3",
|
| 33 |
+
"type_vocab_size": 2,
|
| 34 |
"use_cache": true,
|
| 35 |
+
"vocab_size": 197285
|
| 36 |
}
|
model.safetensors
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:4b3a463db14f39fd36db4ec7d98b764a085221d5e88fe6b92f6803263d17d52f
|
| 3 |
+
size 950257668
|