Model save
Browse files- config.json +2 -2
- pytorch_model.bin +2 -2
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"DebertaV2ForMultipleChoice"
|
5 |
],
|
@@ -29,7 +29,7 @@
|
|
29 |
"relative_attention": true,
|
30 |
"share_att_key": true,
|
31 |
"torch_dtype": "float32",
|
32 |
-
"transformers_version": "4.
|
33 |
"type_vocab_size": 0,
|
34 |
"vocab_size": 128100
|
35 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "microsoft/deberta-v3-large",
|
3 |
"architectures": [
|
4 |
"DebertaV2ForMultipleChoice"
|
5 |
],
|
|
|
29 |
"relative_attention": true,
|
30 |
"share_att_key": true,
|
31 |
"torch_dtype": "float32",
|
32 |
+
"transformers_version": "4.33.0",
|
33 |
"type_vocab_size": 0,
|
34 |
"vocab_size": 128100
|
35 |
}
|
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:5643beb13ddd58da089c010b52eeb65bd8f3d9752e69e7372ad6fdf746ea2a85
|
3 |
+
size 1740387701
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4091
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:71a92611cfb84edcfead886cdc38e606e5e91abe560940f9aac0236cd5bd0af7
|
3 |
size 4091
|