Update README.md
Browse files
README.md
CHANGED
@@ -19,11 +19,11 @@ 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 |
-
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
|
|
|
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 <br />
|
23 |
+
max_length: 156 <br />
|
24 |
+
batch_size: 16 <br />
|
25 |
+
warmup_ratio: 0.1 <br />
|
26 |
+
weight_decay: 0.0 <br />
|
27 |
num_epochs: 2
|
28 |
|
29 |
#### dev_results
|