Commit
·
2f9bf84
1
Parent(s):
7d39b66
Update README.md
Browse files
README.md
CHANGED
@@ -78,7 +78,7 @@ widget:
|
|
78 |
- "One might think that this is true, but it's taken out of context."
|
79 |
---
|
80 |
|
81 |
-
#
|
82 |
|
83 |
This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-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 65 languages with the [Google Cloud Translation API](https://cloud.google.com/translate/docs/reference/rest/).
|
84 |
It achieves the following results on the evaluation set, being 1,000 such verdicts, but here including duplicates to represent the true distribution:
|
|
|
78 |
- "One might think that this is true, but it's taken out of context."
|
79 |
---
|
80 |
|
81 |
+
# Multilingual Verdict Classifier
|
82 |
|
83 |
This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-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 65 languages with the [Google Cloud Translation API](https://cloud.google.com/translate/docs/reference/rest/).
|
84 |
It achieves the following results on the evaluation set, being 1,000 such verdicts, but here including duplicates to represent the true distribution:
|