Commit
·
bee0fad
1
Parent(s):
0949770
Update README.md
Browse files
README.md
CHANGED
@@ -15,8 +15,8 @@ widget:
|
|
15 |
|
16 |
# English Verdict Classifier
|
17 |
|
18 |
-
This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on 1,500 deduplicated verdicts, translated
|
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
|
|
|
15 |
|
16 |
# English Verdict Classifier
|
17 |
|
18 |
+
This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on 1,500 deduplicated verdicts from [Google Fact Check Tools API](https://developers.google.com/fact-check/tools/api/reference/rest/v1alpha1/claims/search), translated into English with the [Google Cloud Translation API](https://cloud.google.com/translate/docs/reference/rest/).
|
19 |
+
It achieves the following results on the evaluation set, being 1,000 such verdicts translated into English, but here including duplicates to represent the true distribution:
|
20 |
- Loss: 0.1258
|
21 |
- F1 Macro: 0.8408
|
22 |
- F1 Misinformation: 0.9751
|