cliang1453
commited on
Commit
•
c10a46f
1
Parent(s):
2541bd9
init
Browse files- config.json +5 -5
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "microsoft/deberta-v3-
|
3 |
"architectures": [
|
4 |
"DebertaV2ForSequenceClassification"
|
5 |
],
|
@@ -7,13 +7,13 @@
|
|
7 |
"finetuning_task": "mrpc",
|
8 |
"hidden_act": "gelu",
|
9 |
"hidden_dropout_prob": 0.1,
|
10 |
-
"hidden_size":
|
11 |
"id2label": {
|
12 |
"0": "not_equivalent",
|
13 |
"1": "equivalent"
|
14 |
},
|
15 |
"initializer_range": 0.02,
|
16 |
-
"intermediate_size":
|
17 |
"label2id": {
|
18 |
"equivalent": 1,
|
19 |
"not_equivalent": 0
|
@@ -23,12 +23,12 @@
|
|
23 |
"max_relative_positions": -1,
|
24 |
"model_type": "deberta-v2",
|
25 |
"norm_rel_ebd": "layer_norm",
|
26 |
-
"num_attention_heads":
|
27 |
"num_hidden_layers": 12,
|
28 |
"pad_token_id": 0,
|
29 |
"pooler_dropout": 0,
|
30 |
"pooler_hidden_act": "gelu",
|
31 |
-
"pooler_hidden_size":
|
32 |
"pos_att_type": [
|
33 |
"p2c",
|
34 |
"c2p"
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "microsoft/deberta-v3-base",
|
3 |
"architectures": [
|
4 |
"DebertaV2ForSequenceClassification"
|
5 |
],
|
|
|
7 |
"finetuning_task": "mrpc",
|
8 |
"hidden_act": "gelu",
|
9 |
"hidden_dropout_prob": 0.1,
|
10 |
+
"hidden_size": 768,
|
11 |
"id2label": {
|
12 |
"0": "not_equivalent",
|
13 |
"1": "equivalent"
|
14 |
},
|
15 |
"initializer_range": 0.02,
|
16 |
+
"intermediate_size": 3072,
|
17 |
"label2id": {
|
18 |
"equivalent": 1,
|
19 |
"not_equivalent": 0
|
|
|
23 |
"max_relative_positions": -1,
|
24 |
"model_type": "deberta-v2",
|
25 |
"norm_rel_ebd": "layer_norm",
|
26 |
+
"num_attention_heads": 12,
|
27 |
"num_hidden_layers": 12,
|
28 |
"pad_token_id": 0,
|
29 |
"pooler_dropout": 0,
|
30 |
"pooler_hidden_act": "gelu",
|
31 |
+
"pooler_hidden_size": 768,
|
32 |
"pos_att_type": [
|
33 |
"p2c",
|
34 |
"c2p"
|
pytorch_model.bin
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:01a49d899f91761c4706f1f5603c3b1b4a434d0dbbc87d746e5b8208ab461484
|
3 |
+
size 737768761
|