William ABOUCAYA
commited on
Commit
·
9a93523
1
Parent(s):
4f41a27
Update README.md
Browse files
README.md
CHANGED
@@ -4,13 +4,13 @@ language:
|
|
4 |
tags:
|
5 |
- nli
|
6 |
metrics:
|
7 |
-
-
|
8 |
---
|
9 |
|
10 |
## Eval results
|
11 |
We obtain the following results on ```validation``` and ```test``` sets:
|
12 |
|
13 |
-
| Set |
|
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 |
|