saattrupdan
commited on
Commit
•
7ba7453
1
Parent(s):
16fc18c
Update README.md
Browse files
README.md
CHANGED
@@ -61,6 +61,19 @@ You can use this model in your scripts as follows:
|
|
61 |
```
|
62 |
|
63 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
64 |
## Training procedure
|
65 |
|
66 |
### Training hyperparameters
|
|
|
61 |
```
|
62 |
|
63 |
|
64 |
+
## Performance
|
65 |
+
|
66 |
+
As Danish is, as far as we are aware, the only Scandinavian language with a gold standard NLI dataset, namely the [DanFEVER dataset](https://aclanthology.org/2021.nodalida-main.pdf#page=439), we report evaluation scores on the test split of that dataset.
|
67 |
+
|
68 |
+
We report Matthew's Correlation Coefficient (MCC), macro-average F1-score as well as accuracy.
|
69 |
+
|
70 |
+
| **Model** | **MCC** | **Macro-F1** | **Accuracy** | **Number of Parameters** |
|
71 |
+
| :-------- | :------------ | :--------- | :----------- | :----------- |
|
72 |
+
| [`alexandrainst/nb-bert-large-nli-scandi`](https://huggingface.co/alexandrainst/nb-bert-large-nli-scandi) | **73.80%** | **58.41%** | **86.98%** | 354M |
|
73 |
+
| `alexandrainst/nb-bert-base-nli-scandi` (this) | 62.44% | 55.00% | 80.42% | 178M |
|
74 |
+
| [`alexandrainst/electra-small-nordic-nli-scandi`](https://huggingface.co/alexandrainst/electra-small-nordic-nli-scandi) | 47.28% | 48.88% | 73.46% | **22M** |
|
75 |
+
|
76 |
+
|
77 |
## Training procedure
|
78 |
|
79 |
### Training hyperparameters
|