Commit
•
add259b
1
Parent(s):
e0e58ca
add model
Browse files- config.json +3 -3
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"DebertaV2ForSequenceClassification"
|
5 |
],
|
@@ -38,8 +38,8 @@
|
|
38 |
"position_buckets": 256,
|
39 |
"relative_attention": true,
|
40 |
"share_att_key": true,
|
41 |
-
"torch_dtype": "
|
42 |
-
"transformers_version": "4.
|
43 |
"type_vocab_size": 0,
|
44 |
"vocab_size": 251000
|
45 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "MoritzLaurer/mDeBERTa-v3-base-mnli-xnli",
|
3 |
"architectures": [
|
4 |
"DebertaV2ForSequenceClassification"
|
5 |
],
|
|
|
38 |
"position_buckets": 256,
|
39 |
"relative_attention": true,
|
40 |
"share_att_key": true,
|
41 |
+
"torch_dtype": "float16",
|
42 |
+
"transformers_version": "4.19.0",
|
43 |
"type_vocab_size": 0,
|
44 |
"vocab_size": 251000
|
45 |
}
|
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:345f880b8390c64336cb9fd2907544fc02418bc4e97a74d5952b26b82bfb6f74
|
3 |
+
size 557692715
|