Pengcheng He
commited on
Commit
·
02a79c9
1
Parent(s):
29d767f
DeBERTa XLarge MNLI model
Browse files- config.json +4 -0
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -14,5 +14,9 @@
|
|
14 |
"num_attention_heads": 16,
|
15 |
"num_hidden_layers": 48,
|
16 |
"type_vocab_size": 0,
|
|
|
|
|
|
|
|
|
17 |
"vocab_size": 50265
|
18 |
}
|
|
|
14 |
"num_attention_heads": 16,
|
15 |
"num_hidden_layers": 48,
|
16 |
"type_vocab_size": 0,
|
17 |
+
"pooling": {
|
18 |
+
"dropout": 0,
|
19 |
+
"hidden_act": "gelu"
|
20 |
+
},
|
21 |
"vocab_size": 50265
|
22 |
}
|
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:c22e7ef5e17acd8c09f2b2b7191df7e17b30cc4419b4fd5c1a14b2c96bc19d64
|
3 |
+
size 1518070419
|