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