epoch 1
Browse files- config.json +7 -2
- model.safetensors +2 -2
config.json
CHANGED
|
@@ -1,11 +1,14 @@
|
|
| 1 |
{
|
|
|
|
| 2 |
"architectures": [
|
| 3 |
"BertForSequenceClassification"
|
| 4 |
],
|
| 5 |
"attention_probs_dropout_prob": 0.1,
|
|
|
|
| 6 |
"classifier_dropout": null,
|
| 7 |
"directionality": "bidi",
|
| 8 |
"dtype": "float32",
|
|
|
|
| 9 |
"hidden_act": "gelu",
|
| 10 |
"hidden_dropout_prob": 0.1,
|
| 11 |
"hidden_size": 768,
|
|
@@ -24,6 +27,7 @@
|
|
| 24 |
},
|
| 25 |
"initializer_range": 0.02,
|
| 26 |
"intermediate_size": 3072,
|
|
|
|
| 27 |
"label2id": {
|
| 28 |
"LABEL_0": 0,
|
| 29 |
"LABEL_1": 1,
|
|
@@ -51,8 +55,9 @@
|
|
| 51 |
"pooler_type": "first_token_transform",
|
| 52 |
"position_embedding_type": "absolute",
|
| 53 |
"problem_type": "multi_label_classification",
|
| 54 |
-
"
|
|
|
|
| 55 |
"type_vocab_size": 2,
|
| 56 |
-
"use_cache":
|
| 57 |
"vocab_size": 119547
|
| 58 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"add_cross_attention": false,
|
| 3 |
"architectures": [
|
| 4 |
"BertForSequenceClassification"
|
| 5 |
],
|
| 6 |
"attention_probs_dropout_prob": 0.1,
|
| 7 |
+
"bos_token_id": null,
|
| 8 |
"classifier_dropout": null,
|
| 9 |
"directionality": "bidi",
|
| 10 |
"dtype": "float32",
|
| 11 |
+
"eos_token_id": null,
|
| 12 |
"hidden_act": "gelu",
|
| 13 |
"hidden_dropout_prob": 0.1,
|
| 14 |
"hidden_size": 768,
|
|
|
|
| 27 |
},
|
| 28 |
"initializer_range": 0.02,
|
| 29 |
"intermediate_size": 3072,
|
| 30 |
+
"is_decoder": false,
|
| 31 |
"label2id": {
|
| 32 |
"LABEL_0": 0,
|
| 33 |
"LABEL_1": 1,
|
|
|
|
| 55 |
"pooler_type": "first_token_transform",
|
| 56 |
"position_embedding_type": "absolute",
|
| 57 |
"problem_type": "multi_label_classification",
|
| 58 |
+
"tie_word_embeddings": true,
|
| 59 |
+
"transformers_version": "5.0.0",
|
| 60 |
"type_vocab_size": 2,
|
| 61 |
+
"use_cache": false,
|
| 62 |
"vocab_size": 119547
|
| 63 |
}
|
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:1d4ce23555f9076f59df0fcd029046d7caacc22331d64ed3dc133802cd243101
|
| 3 |
+
size 711471116
|