Commit
·
e90c4fc
1
Parent(s):
4490708
Update README.md
Browse files
README.md
CHANGED
|
@@ -31,13 +31,14 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 31 |
This model is a fine-tuned version of [bert-base-multilingual-cased](https://huggingface.co/bert-base-multilingual-cased) on an tatiana-merz/cyrillic_turkic_langs dataset.
|
| 32 |
It achieves the following results on the evaluation set:
|
| 33 |
|
| 34 |
-
|
| 35 |
{'test_loss': 0.013604652136564255,
|
| 36 |
'test_accuracy': 0.997,
|
| 37 |
'test_f1': 0.9969996069718668,
|
| 38 |
'test_runtime': 60.5479,
|
| 39 |
'test_samples_per_second': 148.643,
|
| 40 |
'test_steps_per_second': 2.329}
|
|
|
|
| 41 |
|
| 42 |
## Model description
|
| 43 |
|
|
|
|
| 31 |
This model is a fine-tuned version of [bert-base-multilingual-cased](https://huggingface.co/bert-base-multilingual-cased) on an tatiana-merz/cyrillic_turkic_langs dataset.
|
| 32 |
It achieves the following results on the evaluation set:
|
| 33 |
|
| 34 |
+
```
|
| 35 |
{'test_loss': 0.013604652136564255,
|
| 36 |
'test_accuracy': 0.997,
|
| 37 |
'test_f1': 0.9969996069718668,
|
| 38 |
'test_runtime': 60.5479,
|
| 39 |
'test_samples_per_second': 148.643,
|
| 40 |
'test_steps_per_second': 2.329}
|
| 41 |
+
```
|
| 42 |
|
| 43 |
## Model description
|
| 44 |
|