upload custom README
Browse files
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
---
|
|
|
2 |
base_model:
|
3 |
- pranaydeeps/Ancient-Greek-BERT
|
4 |
-
library_name: transformers
|
5 |
---
|
6 |
|
7 |
# Model Card for Model ID
|
@@ -55,11 +55,10 @@ For the final training of this model, the hyperparameters were:
|
|
55 |
This models was evaluated on precision, recall and macro-f1 for its entity classes. See the paper for more information.
|
56 |
| Label | precision | recall | f1-score | support |
|
57 |
|:-------------|------------:|---------:|-----------:|----------:|
|
58 |
-
| MISC | 0.9322 | 0.8756 | 0.903 |
|
59 |
-
| PERS | 0.8775 | 0.9333 | 0.9046 |
|
60 |
-
|
|
61 |
-
|
|
62 |
-
| weighted avg | 0.9055 | 0.9038 | 0.9038 | 7245 |
|
63 |
|
64 |
|
65 |
If you use this work, please cite the following paper:
|
|
|
1 |
---
|
2 |
+
library_name: transformers
|
3 |
base_model:
|
4 |
- pranaydeeps/Ancient-Greek-BERT
|
|
|
5 |
---
|
6 |
|
7 |
# Model Card for Model ID
|
|
|
55 |
This models was evaluated on precision, recall and macro-f1 for its entity classes. See the paper for more information.
|
56 |
| Label | precision | recall | f1-score | support |
|
57 |
|:-------------|------------:|---------:|-----------:|----------:|
|
58 |
+
| MISC | 0.9322 | 0.8756 | 0.903 | 3706 |
|
59 |
+
| PERS | 0.8775 | 0.9333 | 0.9046 | 3539 |
|
60 |
+
| macro avg | 0.9049 | 0.9045 | 0.9038 | 7245 |
|
61 |
+
| weighted avg | 0.9055 | 0.9038 | 0.9038 | 7245 |
|
|
|
62 |
|
63 |
|
64 |
If you use this work, please cite the following paper:
|