Update README.md
Browse files
README.md
CHANGED
@@ -19,16 +19,24 @@ datasets:
|
|
19 |
Based on microsoft/deberta-v3-large, this model was trained on the snli-v1.0, multi-nli-1.0, nli-fever and anli-1.0-r1/anli-1.0-r2/anli-1.0-r3 datasets, with the training weights of 1,1,1,10,20,10 respectively.
|
20 |
|
21 |
#### Hyperparameters
|
22 |
-
learning_rate: 1e-5
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
|
29 |
#### dev_results
|
30 |
-
snli-v1.0 | multi-nli-1.0-m | multi-nli-1.0-mm |
|
31 |
-
|
32 |
-
0.
|
33 |
|
34 |
-
#### test_results
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
Based on microsoft/deberta-v3-large, this model was trained on the snli-v1.0, multi-nli-1.0, nli-fever and anli-1.0-r1/anli-1.0-r2/anli-1.0-r3 datasets, with the training weights of 1,1,1,10,20,10 respectively.
|
20 |
|
21 |
#### Hyperparameters
|
22 |
+
learning_rate: 1e-5 \n
|
23 |
+
max_length: 156
|
24 |
+
batch_size: 16
|
25 |
+
warmup_ratio: 0.1
|
26 |
+
weight_decay: 0.0
|
27 |
+
num_epochs: 2
|
28 |
|
29 |
#### dev_results
|
30 |
+
snli-v1.0 | multi-nli-1.0-m | multi-nli-1.0-mm | anli-1.0-r1 | anli-1.0-r2 | anli-1.0-r3
|
31 |
+
----------|-----------------|------------------|-------------|-------------|------------
|
32 |
+
0.938 | 0.914 | 0.912 | 0.796 | 0.627 | 0.610
|
33 |
|
34 |
+
#### test_results
|
35 |
+
Results of the test sets are shown together with some other official pre-trained model checkpoints.
|
36 |
+
|
37 |
+
Model | snli-v1.0 | anli-1.0-r1 | anli-1.0-r2 | anli-1.0-r3
|
38 |
+
------|-----------|-------------|-------------|------------
|
39 |
+
ynie/roberta-large-snli_mnli_fever_anli_R1_R2_R3-nli | - | 0.736 | 0.493 | 0.455
|
40 |
+
ynie/xlnet-large-cased-snli_mnli_fever_anli_R1_R2_R3-nli | - | 0.700 | 0.514 | 0.498
|
41 |
+
ynie/albert-xxlarge-v2-snli_mnli_fever_anli_R1_R2_R3-nli | - | 0.736 | 0.586 | 0.534
|
42 |
+
deberta-v3-large-snli_mnli_fever_anli_R1_R2_R3-nli | 0.929 | 0.775 | 0.636 | 0.612
|