Cyrile commited on
Commit
516e152
1 Parent(s): 099ecde

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -31,3 +31,10 @@ The dataset (XNLI)[https://huggingface.co/datasets/xnli] is composed of 392,702
31
  | **contradiction** | 78.00 | 79.54 | 1,670 |
32
  | **entailment** | 82.90 | 78.87 | 1,670 |
33
  | **neutral** | 72.18 | 74.04 | 1,670 |
 
 
 
 
 
 
 
 
31
  | **contradiction** | 78.00 | 79.54 | 1,670 |
32
  | **entailment** | 82.90 | 78.87 | 1,670 |
33
  | **neutral** | 72.18 | 74.04 | 1,670 |
34
+
35
+
36
+ | **NLI** | **time (ms)** | **MCC (x100)** |
37
+ | :--------- ----: | :-----------: | :------------: |
38
+ | [cmarkea/distilcamembert-base-nli](https://huggingface.co/cmarkea/distilcamembert-base-nli) | **51.35** | **66.24** |
39
+ | [BaptisteDoyen/camembert-base-xnli](https://huggingface.co/BaptisteDoyen/camembert-base-xnli) | 105.0 | 72.67 |
40
+ | [MoritzLaurer/mDeBERTa-v3-base-mnli-xnli](https://huggingface.co/MoritzLaurer/mDeBERTa-v3-base-mnli-xnli) | 299.18 | 75.15 |