William ABOUCAYA
commited on
Commit
•
7d63306
1
Parent(s):
1a0347d
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- fr
|
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 | 72.3 | 71.9 |
|
16 |
+
| test | 72.5 | 72.1 |
|