Upload folder using huggingface_hub
Browse files- config.json +1 -3
- model.onnx +1 -1
- tokenizer.json +2 -2
config.json
CHANGED
|
@@ -3,10 +3,8 @@
|
|
| 3 |
"BertForSequenceClassification"
|
| 4 |
],
|
| 5 |
"attention_probs_dropout_prob": 0.1,
|
| 6 |
-
"bos_token_id": 0,
|
| 7 |
"classifier_dropout": null,
|
| 8 |
"dtype": "float32",
|
| 9 |
-
"eos_token_id": 2,
|
| 10 |
"gradient_checkpointing": false,
|
| 11 |
"hidden_act": "gelu",
|
| 12 |
"hidden_dropout_prob": 0.1,
|
|
@@ -30,7 +28,7 @@
|
|
| 30 |
"model_type": "bert",
|
| 31 |
"num_attention_heads": 12,
|
| 32 |
"num_hidden_layers": 12,
|
| 33 |
-
"pad_token_id":
|
| 34 |
"position_embedding_type": "absolute",
|
| 35 |
"problem_type": "single_label_classification",
|
| 36 |
"transformers_version": "4.57.1",
|
|
|
|
| 3 |
"BertForSequenceClassification"
|
| 4 |
],
|
| 5 |
"attention_probs_dropout_prob": 0.1,
|
|
|
|
| 6 |
"classifier_dropout": null,
|
| 7 |
"dtype": "float32",
|
|
|
|
| 8 |
"gradient_checkpointing": false,
|
| 9 |
"hidden_act": "gelu",
|
| 10 |
"hidden_dropout_prob": 0.1,
|
|
|
|
| 28 |
"model_type": "bert",
|
| 29 |
"num_attention_heads": 12,
|
| 30 |
"num_hidden_layers": 12,
|
| 31 |
+
"pad_token_id": 0,
|
| 32 |
"position_embedding_type": "absolute",
|
| 33 |
"problem_type": "single_label_classification",
|
| 34 |
"transformers_version": "4.57.1",
|
model.onnx
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 470831509
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:923ea96985d803f6961c30dc73a62d4e04c4e604cddb5b60a7d56d5ccce804b2
|
| 3 |
size 470831509
|
tokenizer.json
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:3c088c06cf975b7097e469bd69630cdb0d675c6db1ce3af1042b6e19c6d01f22
|
| 3 |
+
size 17082999
|