Upload BertForSequenceClassification
Browse files- config.json +2 -7
- model.safetensors +2 -2
config.json
CHANGED
|
@@ -4,12 +4,11 @@
|
|
| 4 |
],
|
| 5 |
"attention_probs_dropout_prob": 0.1,
|
| 6 |
"classifier_dropout": null,
|
| 7 |
-
"embedding_size": 768,
|
| 8 |
"hidden_act": "gelu",
|
| 9 |
"hidden_dropout_prob": 0.1,
|
| 10 |
-
"hidden_size":
|
| 11 |
"initializer_range": 0.02,
|
| 12 |
-
"intermediate_size":
|
| 13 |
"layer_norm_eps": 1e-12,
|
| 14 |
"max_position_embeddings": 512,
|
| 15 |
"model_type": "bert",
|
|
@@ -18,10 +17,6 @@
|
|
| 18 |
"pad_token_id": 0,
|
| 19 |
"position_embedding_type": "absolute",
|
| 20 |
"problem_type": "single_label_classification",
|
| 21 |
-
"summary_activation": "gelu",
|
| 22 |
-
"summary_last_dropout": 0.1,
|
| 23 |
-
"summary_type": "first",
|
| 24 |
-
"summary_use_proj": true,
|
| 25 |
"torch_dtype": "float32",
|
| 26 |
"transformers_version": "4.50.3",
|
| 27 |
"type_vocab_size": 2,
|
|
|
|
| 4 |
],
|
| 5 |
"attention_probs_dropout_prob": 0.1,
|
| 6 |
"classifier_dropout": null,
|
|
|
|
| 7 |
"hidden_act": "gelu",
|
| 8 |
"hidden_dropout_prob": 0.1,
|
| 9 |
+
"hidden_size": 384,
|
| 10 |
"initializer_range": 0.02,
|
| 11 |
+
"intermediate_size": 1536,
|
| 12 |
"layer_norm_eps": 1e-12,
|
| 13 |
"max_position_embeddings": 512,
|
| 14 |
"model_type": "bert",
|
|
|
|
| 17 |
"pad_token_id": 0,
|
| 18 |
"position_embedding_type": "absolute",
|
| 19 |
"problem_type": "single_label_classification",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
"torch_dtype": "float32",
|
| 21 |
"transformers_version": "4.50.3",
|
| 22 |
"type_vocab_size": 2,
|
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:c317d5e476bc4aef2351b3ee2806d239e71b46d0dcd11537d3c42faa6abd6fc0
|
| 3 |
+
size 133466376
|