Cyrile commited on
Commit
6f708f1
1 Parent(s): d7d3fa4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -45,7 +45,14 @@ Here are the performances for the hypothesis and premise in French:
45
 
46
  And now the hypothesis in French and the premise in English (cross-language context):
47
 
48
-
 
 
 
 
 
 
 
49
 
50
  # Zero-shot Classification
51
  The primary appeal of training such models lies in their zero-shot classification performance. This means the model is capable of classifying any text with any label
 
45
 
46
  And now the hypothesis in French and the premise in English (cross-language context):
47
 
48
+ | **model** | **accuracy (%)** | **MCC (x100)** |
49
+ | :--------------: | :--------------: | :------------: |
50
+ | [cmarkea/distilcamembert-base-nli](https://huggingface.co/cmarkea/distilcamembert-base-nli) | | |
51
+ | [BaptisteDoyen/camembert-base-xnli](https://huggingface.co/BaptisteDoyen/camembert-base-xnli) | | |
52
+ | [MoritzLaurer/mDeBERTa-v3-base-mnli-xnli](https://huggingface.co/MoritzLaurer/mDeBERTa-v3-base-mnli-xnli) | | |
53
+ | [cmarkea/bloomz-560m-nli](https://huggingface.co/cmarkea/bloomz-560m-nli) | 68.84 | 53.55 |
54
+ | [cmarkea/bloomz-3b-nli](https://huggingface.co/cmarkea/bloomz-3b-nli) | 82.12 | 73.22 |
55
+ | [cmarkea/bloomz-7b1-mt-nli](https://huggingface.co/cmarkea/bloomz-7b1-mt-nli) | 85.43 | 78.25 |
56
 
57
  # Zero-shot Classification
58
  The primary appeal of training such models lies in their zero-shot classification performance. This means the model is capable of classifying any text with any label