Upload Adapter
Browse files- config.json +61 -0
- pytorch_model.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "sileod/deberta-v3-base-tasksource-nli",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"Adapter"
|
| 5 |
+
],
|
| 6 |
+
"attention_probs_dropout_prob": 0.1,
|
| 7 |
+
"classifiers_size": [
|
| 8 |
+
4
|
| 9 |
+
],
|
| 10 |
+
"hidden_act": "gelu",
|
| 11 |
+
"hidden_dropout_prob": 0.1,
|
| 12 |
+
"hidden_size": 768,
|
| 13 |
+
"id2label": {
|
| 14 |
+
"0": 0,
|
| 15 |
+
"1": 1,
|
| 16 |
+
"2": 2,
|
| 17 |
+
"3": 3
|
| 18 |
+
},
|
| 19 |
+
"initializer_range": 0.02,
|
| 20 |
+
"intermediate_size": 3072,
|
| 21 |
+
"label2id": {
|
| 22 |
+
"0": 0,
|
| 23 |
+
"1": 1,
|
| 24 |
+
"2": 2,
|
| 25 |
+
"3": 3
|
| 26 |
+
},
|
| 27 |
+
"labels_list": [
|
| 28 |
+
[
|
| 29 |
+
0,
|
| 30 |
+
1,
|
| 31 |
+
2,
|
| 32 |
+
3
|
| 33 |
+
]
|
| 34 |
+
],
|
| 35 |
+
"layer_norm_eps": 1e-07,
|
| 36 |
+
"max_position_embeddings": 512,
|
| 37 |
+
"max_relative_positions": -1,
|
| 38 |
+
"model_type": "deberta-v2",
|
| 39 |
+
"norm_rel_ebd": "layer_norm",
|
| 40 |
+
"num_attention_heads": 12,
|
| 41 |
+
"num_hidden_layers": 12,
|
| 42 |
+
"pad_token_id": 0,
|
| 43 |
+
"pooler_dropout": 0,
|
| 44 |
+
"pooler_hidden_act": "gelu",
|
| 45 |
+
"pooler_hidden_size": 768,
|
| 46 |
+
"pos_att_type": [
|
| 47 |
+
"p2c",
|
| 48 |
+
"c2p"
|
| 49 |
+
],
|
| 50 |
+
"position_biased_input": false,
|
| 51 |
+
"position_buckets": 256,
|
| 52 |
+
"relative_attention": true,
|
| 53 |
+
"share_att_key": true,
|
| 54 |
+
"tasks": [
|
| 55 |
+
"nogae___financial_question_classification/default-0359ef1690a06a73"
|
| 56 |
+
],
|
| 57 |
+
"torch_dtype": "float32",
|
| 58 |
+
"transformers_version": "4.33.2",
|
| 59 |
+
"type_vocab_size": 0,
|
| 60 |
+
"vocab_size": 128100
|
| 61 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:163d04c0327c03f0b1f173c8c3845f240d9b1a9f567d282a3a03c2f7c465b185
|
| 3 |
+
size 17150
|