waboucay commited on
Commit
9a93523
1 Parent(s): 4f41a27

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -4,13 +4,13 @@ language:
4
  tags:
5
  - nli
6
  metrics:
7
- - accuracy
8
  ---
9
 
10
  ## Eval results
11
  We obtain the following results on ```validation``` and ```test``` sets:
12
 
13
- | Set | Accuracy |
14
- |------------|----------|
15
- | validation | 89.2 |
16
- | test | 88.9 |
 
4
  tags:
5
  - nli
6
  metrics:
7
+ - f1
8
  ---
9
 
10
  ## Eval results
11
  We obtain the following results on ```validation``` and ```test``` sets:
12
 
13
+ | Set | F1<sub>micro</sub> | F1<sub>macro</sub> |
14
+ |------------|--------------------|--------------------|
15
+ | validation | 89.2 | 87.6 |
16
+ | test | 88.9 | 87.4 |