Upload DebertaV2ForSequenceClassification
Browse files- config.json +9 -3
- model.safetensors +2 -2
config.json
CHANGED
|
@@ -1,16 +1,20 @@
|
|
| 1 |
{
|
| 2 |
"architectures": [
|
| 3 |
-
"
|
| 4 |
],
|
| 5 |
"attention_probs_dropout_prob": 0.1,
|
| 6 |
-
"bos_token_id": 1,
|
| 7 |
"dtype": "float32",
|
| 8 |
-
"eos_token_id": 2,
|
| 9 |
"hidden_act": "gelu",
|
| 10 |
"hidden_dropout_prob": 0.1,
|
| 11 |
"hidden_size": 768,
|
|
|
|
|
|
|
|
|
|
| 12 |
"initializer_range": 0.02,
|
| 13 |
"intermediate_size": 3072,
|
|
|
|
|
|
|
|
|
|
| 14 |
"layer_norm_eps": 1e-07,
|
| 15 |
"legacy": true,
|
| 16 |
"max_position_embeddings": 512,
|
|
@@ -29,9 +33,11 @@
|
|
| 29 |
],
|
| 30 |
"position_biased_input": false,
|
| 31 |
"position_buckets": 256,
|
|
|
|
| 32 |
"relative_attention": true,
|
| 33 |
"share_att_key": true,
|
| 34 |
"transformers_version": "4.57.1",
|
| 35 |
"type_vocab_size": 0,
|
|
|
|
| 36 |
"vocab_size": 128100
|
| 37 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"architectures": [
|
| 3 |
+
"DebertaV2ForSequenceClassification"
|
| 4 |
],
|
| 5 |
"attention_probs_dropout_prob": 0.1,
|
|
|
|
| 6 |
"dtype": "float32",
|
|
|
|
| 7 |
"hidden_act": "gelu",
|
| 8 |
"hidden_dropout_prob": 0.1,
|
| 9 |
"hidden_size": 768,
|
| 10 |
+
"id2label": {
|
| 11 |
+
"0": "LABEL_0"
|
| 12 |
+
},
|
| 13 |
"initializer_range": 0.02,
|
| 14 |
"intermediate_size": 3072,
|
| 15 |
+
"label2id": {
|
| 16 |
+
"LABEL_0": 0
|
| 17 |
+
},
|
| 18 |
"layer_norm_eps": 1e-07,
|
| 19 |
"legacy": true,
|
| 20 |
"max_position_embeddings": 512,
|
|
|
|
| 33 |
],
|
| 34 |
"position_biased_input": false,
|
| 35 |
"position_buckets": 256,
|
| 36 |
+
"problem_type": "regression",
|
| 37 |
"relative_attention": true,
|
| 38 |
"share_att_key": true,
|
| 39 |
"transformers_version": "4.57.1",
|
| 40 |
"type_vocab_size": 0,
|
| 41 |
+
"use_cache": false,
|
| 42 |
"vocab_size": 128100
|
| 43 |
}
|
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:19c0e8e8b7c975e4b66e55dbc3057f59c2740575fcd8b4d9500f1d5665dadb5e
|
| 3 |
+
size 737716196
|