Zero-Shot Classification
Transformers
PyTorch
Safetensors
bert
text-classification
Inference Endpoints
saattrupdan commited on
Commit
016baab
1 Parent(s): c428d26

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -66,11 +66,11 @@ As Danish is, as far as we are aware, the only Scandinavian language with a gold
66
 
67
  We report Matthew's Correlation Coefficient (MCC), macro-average F1-score as well as accuracy.
68
 
69
- | **Model** | **MCC** | **Macro-F1** | **Accuracy** |
70
- | :-------- | :------------ | :--------- | :----------- |
71
- | `alexandrainst/nb-bert-large-nli-scandi` (this) | 73.80% | 58.41% | 86.98% |
72
- | [`alexandrainst/nb-bert-base-nli-scandi`](https://huggingface.co/alexandrainst/nb-bert-base-nli-scandi) | 62.44% | 55.00% | 80.42% |
73
- | [`alexandrainst/electra-small-nordic-nli-scandi`](https://huggingface.co/alexandrainst/electra-small-nordic-nli-scandi) | 47.28% | 48.88% | 73.46% |
74
 
75
 
76
  ## Training procedure
 
66
 
67
  We report Matthew's Correlation Coefficient (MCC), macro-average F1-score as well as accuracy.
68
 
69
+ | **Model** | **MCC** | **Macro-F1** | **Accuracy** | **Number of Parameters** |
70
+ | :-------- | :------------ | :--------- | :----------- | :----------- |
71
+ | `alexandrainst/nb-bert-large-nli-scandi` (this) | **73.80%** | **58.41%** | **86.98%** | 354M |
72
+ | [`alexandrainst/nb-bert-base-nli-scandi`](https://huggingface.co/alexandrainst/nb-bert-base-nli-scandi) | 62.44% | 55.00% | 80.42% | 178M |
73
+ | [`alexandrainst/electra-small-nordic-nli-scandi`](https://huggingface.co/alexandrainst/electra-small-nordic-nli-scandi) | 47.28% | 48.88% | 73.46% | **22M** |
74
 
75
 
76
  ## Training procedure