Update config.json
Browse files- config.json +5 -0
config.json
CHANGED
@@ -3,6 +3,11 @@
|
|
3 |
"architectures": [
|
4 |
"DebertaV2ForSequenceClassification"
|
5 |
],
|
|
|
|
|
|
|
|
|
|
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"classifiers_size": [
|
8 |
[
|
|
|
3 |
"architectures": [
|
4 |
"DebertaV2ForSequenceClassification"
|
5 |
],
|
6 |
+
"id2label": {
|
7 |
+
"0": "entailment",
|
8 |
+
"1": "neutral",
|
9 |
+
"2": "contradiction"
|
10 |
+
},
|
11 |
"attention_probs_dropout_prob": 0.1,
|
12 |
"classifiers_size": [
|
13 |
[
|