Commit
•
3c64629
1
Parent(s):
453ff81
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 |
],
|
@@ -36,8 +36,8 @@
|
|
36 |
"position_buckets": 256,
|
37 |
"relative_attention": true,
|
38 |
"share_att_key": true,
|
39 |
-
"torch_dtype": "
|
40 |
-
"transformers_version": "4.
|
41 |
"type_vocab_size": 0,
|
42 |
"vocab_size": 128100
|
43 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "MoritzLaurer/DeBERTa-v3-base-mnli-fever-docnli-ling-2c",
|
3 |
"architectures": [
|
4 |
"DebertaV2ForSequenceClassification"
|
5 |
],
|
|
|
36 |
"position_buckets": 256,
|
37 |
"relative_attention": true,
|
38 |
"share_att_key": true,
|
39 |
+
"torch_dtype": "float16",
|
40 |
+
"transformers_version": "4.19.0",
|
41 |
"type_vocab_size": 0,
|
42 |
"vocab_size": 128100
|
43 |
}
|
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:00cdd677e6ff5fdbd01209bf2c603ef074de034d1e99501e2fef1fce944752b0
|
3 |
+
size 368916779
|