Upload RobertaForSequenceClassification
Browse files- config.json +19 -16
- model.safetensors +2 -2
config.json
CHANGED
|
@@ -1,13 +1,15 @@
|
|
| 1 |
{
|
| 2 |
-
"activation": "gelu",
|
| 3 |
"architectures": [
|
| 4 |
-
"
|
| 5 |
],
|
| 6 |
-
"
|
| 7 |
-
"
|
| 8 |
-
"
|
| 9 |
"dtype": "float32",
|
| 10 |
-
"
|
|
|
|
|
|
|
|
|
|
| 11 |
"id2label": {
|
| 12 |
"0": "module:utils",
|
| 13 |
"1": "cython",
|
|
@@ -44,6 +46,7 @@
|
|
| 44 |
"32": "Validation"
|
| 45 |
},
|
| 46 |
"initializer_range": 0.02,
|
|
|
|
| 47 |
"label2id": {
|
| 48 |
"Array API": 18,
|
| 49 |
"Build / CI": 3,
|
|
@@ -79,16 +82,16 @@
|
|
| 79 |
"module:utils": 0,
|
| 80 |
"spam": 22
|
| 81 |
},
|
| 82 |
-
"
|
| 83 |
-
"
|
| 84 |
-
"
|
| 85 |
-
"
|
| 86 |
-
"
|
|
|
|
|
|
|
| 87 |
"problem_type": "multi_label_classification",
|
| 88 |
-
"qa_dropout": 0.1,
|
| 89 |
-
"seq_classif_dropout": 0.2,
|
| 90 |
-
"sinusoidal_pos_embds": false,
|
| 91 |
-
"tie_weights_": true,
|
| 92 |
"transformers_version": "4.56.2",
|
| 93 |
-
"
|
|
|
|
|
|
|
| 94 |
}
|
|
|
|
| 1 |
{
|
|
|
|
| 2 |
"architectures": [
|
| 3 |
+
"RobertaForSequenceClassification"
|
| 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 |
+
"hidden_act": "gelu",
|
| 11 |
+
"hidden_dropout_prob": 0.1,
|
| 12 |
+
"hidden_size": 768,
|
| 13 |
"id2label": {
|
| 14 |
"0": "module:utils",
|
| 15 |
"1": "cython",
|
|
|
|
| 46 |
"32": "Validation"
|
| 47 |
},
|
| 48 |
"initializer_range": 0.02,
|
| 49 |
+
"intermediate_size": 3072,
|
| 50 |
"label2id": {
|
| 51 |
"Array API": 18,
|
| 52 |
"Build / CI": 3,
|
|
|
|
| 82 |
"module:utils": 0,
|
| 83 |
"spam": 22
|
| 84 |
},
|
| 85 |
+
"layer_norm_eps": 1e-05,
|
| 86 |
+
"max_position_embeddings": 514,
|
| 87 |
+
"model_type": "roberta",
|
| 88 |
+
"num_attention_heads": 12,
|
| 89 |
+
"num_hidden_layers": 12,
|
| 90 |
+
"pad_token_id": 1,
|
| 91 |
+
"position_embedding_type": "absolute",
|
| 92 |
"problem_type": "multi_label_classification",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 93 |
"transformers_version": "4.56.2",
|
| 94 |
+
"type_vocab_size": 1,
|
| 95 |
+
"use_cache": true,
|
| 96 |
+
"vocab_size": 50265
|
| 97 |
}
|
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:cfaf99cf58027cce9b0910267fbbeecca741a50fbcfa7d02764b52ce325eea49
|
| 3 |
+
size 498708180
|