Update README.md
Browse files
README.md
CHANGED
@@ -10,7 +10,7 @@ This is a multilingual [Twitter-XLM-RoBERTa-base model](https://huggingface.co/c
|
|
10 |
- Paper: [Active Learning for Identifying Disaster-Related Tweets: A Comparison with Keyword Filtering and Generic Fine-Tuning](https://link.springer.com/chapter/10.1007/978-3-031-66428-1_8)
|
11 |
|
12 |
## Labels
|
13 |
-
The model classifies short texts
|
14 |
- `LABEL_0`: NOT disaster-related
|
15 |
- `LABEL_1`: Disaster-related
|
16 |
|
|
|
10 |
- Paper: [Active Learning for Identifying Disaster-Related Tweets: A Comparison with Keyword Filtering and Generic Fine-Tuning](https://link.springer.com/chapter/10.1007/978-3-031-66428-1_8)
|
11 |
|
12 |
## Labels
|
13 |
+
The model classifies short texts using either one of the following two labels:
|
14 |
- `LABEL_0`: NOT disaster-related
|
15 |
- `LABEL_1`: Disaster-related
|
16 |
|