Token Classification
SpanMarker
PyTorch
TensorBoard
English
ner
named-entity-recognition
generated_from_span_marker_trainer
Eval Results (legacy)
Instructions to use tomaarsen/span-marker-bert-base-orgs with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- SpanMarker
How to use tomaarsen/span-marker-bert-base-orgs with SpanMarker:
from span_marker import SpanMarkerModel model = SpanMarkerModel.from_pretrained("tomaarsen/span-marker-bert-base-orgs") - Notebooks
- Google Colab
- Kaggle
Upload all_results.json with huggingface_hub
Browse files- all_results.json +12 -12
all_results.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
| 1 |
{
|
| 2 |
"epoch": 3.0,
|
| 3 |
"test_ORG": {
|
| 4 |
-
"f1": 0.
|
| 5 |
-
"number":
|
| 6 |
-
"precision": 0.
|
| 7 |
-
"recall": 0.
|
| 8 |
},
|
| 9 |
-
"test_loss": 0.
|
| 10 |
-
"test_overall_accuracy": 0.
|
| 11 |
-
"test_overall_f1": 0.
|
| 12 |
-
"test_overall_precision": 0.
|
| 13 |
-
"test_overall_recall": 0.
|
| 14 |
-
"test_runtime":
|
| 15 |
-
"test_samples_per_second":
|
| 16 |
-
"test_steps_per_second": 6.
|
| 17 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"epoch": 3.0,
|
| 3 |
"test_ORG": {
|
| 4 |
+
"f1": 0.7946954813359528,
|
| 5 |
+
"number": 22428,
|
| 6 |
+
"precision": 0.7958325880879986,
|
| 7 |
+
"recall": 0.793561619404316
|
| 8 |
},
|
| 9 |
+
"test_loss": 0.006172494497150183,
|
| 10 |
+
"test_overall_accuracy": 0.9759226146681946,
|
| 11 |
+
"test_overall_f1": 0.7946954813359528,
|
| 12 |
+
"test_overall_precision": 0.7958325880879986,
|
| 13 |
+
"test_overall_recall": 0.793561619404316,
|
| 14 |
+
"test_runtime": 168.4183,
|
| 15 |
+
"test_samples_per_second": 205.744,
|
| 16 |
+
"test_steps_per_second": 6.43
|
| 17 |
}
|