Update README.md
Browse files
README.md
CHANGED
|
@@ -5,11 +5,12 @@ tags:
|
|
| 5 |
- sentence-transformers
|
| 6 |
- text-classification
|
| 7 |
pipeline_tag: text-classification
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
This is a text classifier designed to identify whether a line of text is the first line of text in a news item. The model is designed to aid the segmentation of ENO.
|
| 10 |
|
| 11 |
## Metrics:
|
| 12 |
Accuracy: 0.9041353383458647
|
| 13 |
|
| 14 |
-
f1: 0.9092526690391459
|
| 15 |
-
|
|
|
|
| 5 |
- sentence-transformers
|
| 6 |
- text-classification
|
| 7 |
pipeline_tag: text-classification
|
| 8 |
+
base_model:
|
| 9 |
+
- JohanHeinsen/Old_News_Segmentation_SBERT_V0.1
|
| 10 |
---
|
| 11 |
This is a text classifier designed to identify whether a line of text is the first line of text in a news item. The model is designed to aid the segmentation of ENO.
|
| 12 |
|
| 13 |
## Metrics:
|
| 14 |
Accuracy: 0.9041353383458647
|
| 15 |
|
| 16 |
+
f1: 0.9092526690391459
|
|
|