nreimers
commited on
Commit
•
113e20c
1
Parent(s):
28c07ab
up
Browse files- config.json +2 -1
- pytorch_model.bin +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"DebertaForSequenceClassification"
|
5 |
],
|
@@ -35,6 +35,7 @@
|
|
35 |
],
|
36 |
"position_biased_input": false,
|
37 |
"relative_attention": true,
|
|
|
38 |
"transformers_version": "4.7.0",
|
39 |
"type_vocab_size": 0,
|
40 |
"vocab_size": 50265
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "microsoft/deberta-base",
|
3 |
"architectures": [
|
4 |
"DebertaForSequenceClassification"
|
5 |
],
|
|
|
35 |
],
|
36 |
"position_biased_input": false,
|
37 |
"relative_attention": true,
|
38 |
+
"tokenizer_class": "DebertaTokenizerFast",
|
39 |
"transformers_version": "4.7.0",
|
40 |
"type_vocab_size": 0,
|
41 |
"vocab_size": 50265
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 556867008
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9eeedc383e1233cdff985aab798fd099c8444a2208620a95101395938cd5c307
|
3 |
size 556867008
|