Commit ·
b21b0b1
1
Parent(s): e619ab8
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,19 +1,22 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
| 3 |
tags:
|
| 4 |
- generated_from_trainer
|
| 5 |
model-index:
|
| 6 |
-
- name: verdict-classifier-
|
| 7 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
-
|
| 11 |
-
should probably proofread and complete it, then remove this comment. -->
|
| 12 |
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the None dataset.
|
| 16 |
-
It achieves the following results on the evaluation set:
|
| 17 |
- Loss: 0.1258
|
| 18 |
- F1 Macro: 0.8408
|
| 19 |
- F1 Misinformation: 0.9751
|
|
@@ -24,18 +27,6 @@ It achieves the following results on the evaluation set:
|
|
| 24 |
- Prec Factual: 1.0
|
| 25 |
- Prec Other: 0.5152
|
| 26 |
|
| 27 |
-
## Model description
|
| 28 |
-
|
| 29 |
-
More information needed
|
| 30 |
-
|
| 31 |
-
## Intended uses & limitations
|
| 32 |
-
|
| 33 |
-
More information needed
|
| 34 |
-
|
| 35 |
-
## Training and evaluation data
|
| 36 |
-
|
| 37 |
-
More information needed
|
| 38 |
-
|
| 39 |
## Training procedure
|
| 40 |
|
| 41 |
### Training hyperparameters
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
language: en
|
| 4 |
tags:
|
| 5 |
- generated_from_trainer
|
| 6 |
model-index:
|
| 7 |
+
- name: verdict-classifier-en
|
| 8 |
+
results:
|
| 9 |
+
- task:
|
| 10 |
+
type: text-classification
|
| 11 |
+
name: Verdict Classification
|
| 12 |
+
widget:
|
| 13 |
+
- "One might think that this is true, but it's incredibly misleading."
|
| 14 |
---
|
| 15 |
|
| 16 |
+
# verdict-classifier-en
|
|
|
|
| 17 |
|
| 18 |
+
This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on 1,500 deduplicated verdicts, translated to English.
|
| 19 |
+
It achieves the following results on the evaluation set, being 1,000 verdicts translated into English, including duplicates:
|
|
|
|
|
|
|
| 20 |
- Loss: 0.1258
|
| 21 |
- F1 Macro: 0.8408
|
| 22 |
- F1 Misinformation: 0.9751
|
|
|
|
| 27 |
- Prec Factual: 1.0
|
| 28 |
- Prec Other: 0.5152
|
| 29 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
## Training procedure
|
| 31 |
|
| 32 |
### Training hyperparameters
|