Update README.md
Browse files
README.md
CHANGED
@@ -19,7 +19,7 @@ datasets:
|
|
19 |
|
20 |
## π Model Description
|
21 |
|
22 |
-
This model is a fine-tuned version
|
23 |
|
24 |
- **Non-toxic**
|
25 |
- **Slightly toxic**
|
@@ -29,7 +29,7 @@ This model is a fine-tuned version** of `RoBERTa-base-bne`, specifically trained
|
|
29 |
|
30 |
## π Training Data
|
31 |
|
32 |
-
The model was fine-tuned on the **[SocialTOX dataset](https://huggingface.co/datasets/gplsi/SocialTOX)**, a collection of Spanish-language comments annotated for varying levels of toxicity. These comments come from news platforms and represent real-world scenarios of online discourse. In this case, a
|
33 |
|
34 |
---
|
35 |
|
|
|
19 |
|
20 |
## π Model Description
|
21 |
|
22 |
+
This model is a fine-tuned version of `RoBERTa-base-bne`, specifically trained to classify the toxicity level of **Spanish-language user comments on news articles**. It distinguishes between three categories:
|
23 |
|
24 |
- **Non-toxic**
|
25 |
- **Slightly toxic**
|
|
|
29 |
|
30 |
## π Training Data
|
31 |
|
32 |
+
The model was fine-tuned on the **[SocialTOX dataset](https://huggingface.co/datasets/gplsi/SocialTOX)**, a collection of Spanish-language comments annotated for varying levels of toxicity. These comments come from news platforms and represent real-world scenarios of online discourse. In this case, a multiclass classifier was developed.
|
33 |
|
34 |
---
|
35 |
|