Upload config.json with huggingface_hub
Browse files- config.json +2 -2
config.json
CHANGED
|
@@ -4,7 +4,6 @@
|
|
| 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,
|
|
@@ -81,7 +80,8 @@
|
|
| 81 |
"pad_token_id": 0,
|
| 82 |
"position_embedding_type": "absolute",
|
| 83 |
"problem_type": "multi_label_classification",
|
| 84 |
-
"
|
|
|
|
| 85 |
"type_vocab_size": 2,
|
| 86 |
"use_cache": true,
|
| 87 |
"vocab_size": 31116
|
|
|
|
| 4 |
],
|
| 5 |
"attention_probs_dropout_prob": 0.1,
|
| 6 |
"classifier_dropout": null,
|
|
|
|
| 7 |
"gradient_checkpointing": false,
|
| 8 |
"hidden_act": "gelu",
|
| 9 |
"hidden_dropout_prob": 0.1,
|
|
|
|
| 80 |
"pad_token_id": 0,
|
| 81 |
"position_embedding_type": "absolute",
|
| 82 |
"problem_type": "multi_label_classification",
|
| 83 |
+
"torch_dtype": "float32",
|
| 84 |
+
"transformers_version": "4.51.3",
|
| 85 |
"type_vocab_size": 2,
|
| 86 |
"use_cache": true,
|
| 87 |
"vocab_size": 31116
|