Update README.md
Browse files
README.md
CHANGED
@@ -5,9 +5,9 @@ language:
|
|
5 |
pipeline_tag: text-classification
|
6 |
---
|
7 |
|
8 |
-
##
|
9 |
|
10 |
-
This is a [
|
11 |
|
12 |
The model is enriched with a binary classification head to perform the custom task called Text Relevance Classification (TRC).
|
13 |
The objective is to determine whether a given text is related to a food risk, identified as *class_1*, or not, *class_0*.
|
|
|
5 |
pipeline_tag: text-classification
|
6 |
---
|
7 |
|
8 |
+
## XLM-RoBERTa-large-tweet-fid-TRC
|
9 |
|
10 |
+
This is a [XLM-RoBERTa-large](https://huggingface.co/xlm-roberta-large) model trained on the [Tweet-FID](https://arxiv.org/abs/2205.10726) dataset (*"TWEET-FID: An Annotated Dataset for Multiple Foodborne Illness Detection Tasks", Ruofan Hu et al, 2022* ) which is a collection of Twitter to detect incidents of foodborne illnesses.
|
11 |
|
12 |
The model is enriched with a binary classification head to perform the custom task called Text Relevance Classification (TRC).
|
13 |
The objective is to determine whether a given text is related to a food risk, identified as *class_1*, or not, *class_0*.
|