Commit ·
ff67334
1
Parent(s): 69f8025
Update README.md
Browse files
README.md
CHANGED
|
@@ -14,7 +14,23 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 14 |
|
| 15 |
# quote-type-sentence-model
|
| 16 |
|
| 17 |
-
This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
- Loss: 0.8795
|
| 20 |
- F1: 0.5407
|
|
|
|
| 14 |
|
| 15 |
# quote-type-sentence-model
|
| 16 |
|
| 17 |
+
This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) to perform sentence level classification on
|
| 18 |
+
a news dataset. The following sentence level tags are identified:
|
| 19 |
+
|
| 20 |
+
```
|
| 21 |
+
'No Quote'
|
| 22 |
+
'Direct Quote'
|
| 23 |
+
'Published Work/Press Report'
|
| 24 |
+
'Indirect Quote'
|
| 25 |
+
'Statement/Public Speech'
|
| 26 |
+
'Background/Narrative'
|
| 27 |
+
'Other'
|
| 28 |
+
'Proposal/Order/Law'
|
| 29 |
+
'Email/Social Media Post'
|
| 30 |
+
'Court Proceeding'
|
| 31 |
+
'Direct Observation'
|
| 32 |
+
```
|
| 33 |
+
|
| 34 |
It achieves the following results on the evaluation set:
|
| 35 |
- Loss: 0.8795
|
| 36 |
- F1: 0.5407
|