Cyrile commited on
Commit
099ecde
1 Parent(s): 06769d9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -23,4 +23,11 @@ This modelization is close to [BaptisteDoyen/camembert-base-xnli](https://huggin
23
  Dataset
24
  =======
25
 
26
- The dataset (XNLI)[https://huggingface.co/datasets/xnli] is composed of 392,702 premises with their hypothesis for the train and 7,500 couples for the test.
 
 
 
 
 
 
 
 
23
  Dataset
24
  =======
25
 
26
+ The dataset (XNLI)[https://huggingface.co/datasets/xnli] is composed of 392,702 premises with their hypothesis for the train and 5,010 couples for the test.
27
+
28
+ | **class** | **precision (%)** | **f1-score (%)** | **support** |
29
+ | :----------------: | :---------------: | :--------------: | :---------: |
30
+ | **global** | 77.70 | 77.45 | 5,010 |
31
+ | **contradiction** | 78.00 | 79.54 | 1,670 |
32
+ | **entailment** | 82.90 | 78.87 | 1,670 |
33
+ | **neutral** | 72.18 | 74.04 | 1,670 |