Zero-Shot Classification
Transformers
PyTorch
Safetensors
bert
text-classification
Inference Endpoints
saattrupdan commited on
Commit
77f3fcd
1 Parent(s): a4e1a69

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -74,9 +74,11 @@ We report Matthew's Correlation Coefficient (MCC), macro-average F1-score as wel
74
  | **Model** | **MCC** | **Macro-F1** | **Accuracy** | **Number of Parameters** |
75
  | :-------- | :------------ | :--------- | :----------- | :----------- |
76
  | [`alexandrainst/scandi-nli-large`](https://huggingface.co/alexandrainst/scandi-nli-large) | **73.80%** | **58.41%** | **86.98%** | 354M |
 
77
  | `alexandrainst/scandi-nli-base` (this) | 62.44% | 55.00% | 80.42% | 178M |
78
- | [`alexandrainst/scandi-nli-small`](https://huggingface.co/alexandrainst/scandi-nli-small) | 47.28% | 48.88% | 73.46% | **22M** |
79
  | [`joeddav/xlm-roberta-large-xnli`](https://huggingface.co/joeddav/xlm-roberta-large-xnli) | 49.18% | 50.31% | 69.73% | 560M |
 
80
 
81
 
82
  ## Training procedure
 
74
  | **Model** | **MCC** | **Macro-F1** | **Accuracy** | **Number of Parameters** |
75
  | :-------- | :------------ | :--------- | :----------- | :----------- |
76
  | [`alexandrainst/scandi-nli-large`](https://huggingface.co/alexandrainst/scandi-nli-large) | **73.80%** | **58.41%** | **86.98%** | 354M |
77
+ | [`MoritzLaurer/mDeBERTa-v3-base-xnli-multilingual-nli-2mil7`](https://huggingface.co/MoritzLaurer/mDeBERTa-v3-base-xnli-multilingual-nli-2mil7) | 68.37% | 57.10% | 83.25% | 279M |
78
  | `alexandrainst/scandi-nli-base` (this) | 62.44% | 55.00% | 80.42% | 178M |
79
+ | [`MoritzLaurer/mDeBERTa-v3-base-mnli-xnli`](https://huggingface.co/MoritzLaurer/mDeBERTa-v3-base-mnli-xnli) | 52.79% | 52.00% | 72.35% | 279M |
80
  | [`joeddav/xlm-roberta-large-xnli`](https://huggingface.co/joeddav/xlm-roberta-large-xnli) | 49.18% | 50.31% | 69.73% | 560M |
81
+ | [`alexandrainst/scandi-nli-small`](https://huggingface.co/alexandrainst/scandi-nli-small) | 47.28% | 48.88% | 73.46% | **22M** |
82
 
83
 
84
  ## Training procedure