Joelzhang commited on
Commit
de05e65
1 Parent(s): a00413c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -4
README.md CHANGED
@@ -6,8 +6,29 @@ tags:
6
  metrics:
7
  - accuracy
8
  datasets:
9
- - multi_nli
10
- - anli
11
- - fever
 
12
 
13
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  metrics:
7
  - accuracy
8
  datasets:
9
+ - snli-1.0
10
+ - multi-nli-1.0
11
+ - nli-fever
12
+ - anli-v1.0
13
 
14
+ ---
15
+
16
+ ## deberta-v3-large-snli_mnli_fever_anli_R1_R2_R3-nli
17
+
18
+ #### 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
30
+ snli-v1.0 | multi-nli-1.0-m | multi-nli-1.0-mm | nli-fever | anli-1.0-r1 | anli-1.0-r2 | anli-1.0-r3
31
+ ----------|-----------------|------------------|-----------|-------------|-------------|------------
32
+ 0.9383 | 0.9144 | 0.9118 | ? | 0.796 | 0.627 | 0.610
33
+
34
+ #### test_results