Upload DebertaV2ForSequenceClassification
Browse files- config.json +2 -2
- model.safetensors +1 -1
config.json
CHANGED
|
@@ -3,9 +3,9 @@
|
|
| 3 |
"architectures": [
|
| 4 |
"DebertaV2ForSequenceClassification"
|
| 5 |
],
|
| 6 |
-
"attention_probs_dropout_prob": 0.
|
| 7 |
"hidden_act": "gelu",
|
| 8 |
-
"hidden_dropout_prob": 0.
|
| 9 |
"hidden_size": 1024,
|
| 10 |
"id2label": {
|
| 11 |
"0": "LABEL_0",
|
|
|
|
| 3 |
"architectures": [
|
| 4 |
"DebertaV2ForSequenceClassification"
|
| 5 |
],
|
| 6 |
+
"attention_probs_dropout_prob": 0.2,
|
| 7 |
"hidden_act": "gelu",
|
| 8 |
+
"hidden_dropout_prob": 0.2,
|
| 9 |
"hidden_size": 1024,
|
| 10 |
"id2label": {
|
| 11 |
"0": "LABEL_0",
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1412226948
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bef4091c25b47a0fc9b8621b5912731c21ff6e66b2c9b3c48db60afe59f8e976
|
| 3 |
size 1412226948
|