Quick fix to readme.
Browse files
README.md
CHANGED
@@ -17,7 +17,7 @@ Text classification model based on [`classla/bcms-bertic`](https://huggingface.c
|
|
17 |
|
18 |
## Fine-tuning hyperparameters
|
19 |
|
20 |
-
Fine-tuning was performed with `simpletransformers`. Beforehand a brief sweep for the optimal number of epochs was performed and the presumed best value was 9.
|
21 |
|
22 |
```python
|
23 |
|
@@ -37,7 +37,7 @@ The same pipeline was run with two other transformer models and `fasttext` for c
|
|
37 |
| xlm-roberta-base | 0.7184 ± 0.0139 |
|
38 |
| fasttext + CLARIN.si embeddings | 0.6312 ± 0.0043 |
|
39 |
|
40 |
-
Two best performing models have been compared with the Mann-Whitney U test
|
41 |
|
42 |
|
43 |
## Citation
|
|
|
17 |
|
18 |
## Fine-tuning hyperparameters
|
19 |
|
20 |
+
Fine-tuning was performed with `simpletransformers`. Beforehand a brief sweep for the optimal number of epochs was performed and the presumed best value was 9. Other arguments were kept default.
|
21 |
|
22 |
```python
|
23 |
|
|
|
37 |
| xlm-roberta-base | 0.7184 ± 0.0139 |
|
38 |
| fasttext + CLARIN.si embeddings | 0.6312 ± 0.0043 |
|
39 |
|
40 |
+
Two best performing models have been compared with the Mann-Whitney U test to calculate p-values (** denotes p<0.01).
|
41 |
|
42 |
|
43 |
## Citation
|