rsepulvedat commited on
Commit
07897ec
Β·
verified Β·
1 Parent(s): 302fa43

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -4
README.md CHANGED
@@ -18,18 +18,16 @@ pipeline_tag: text-classification
18
 
19
  ## πŸ“Œ Model Description
20
 
21
- 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 tow categories:
22
 
23
  - **Non-toxic**
24
  - **Toxic**
25
 
26
- The model follows instruction-based prompts and returns a single classification label in response.
27
-
28
  ---
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 Binary classifier was develop, where the classes \textit{Slightly toxic} and \textit{Toxic} were merged into a single \textit{Toxic} category.
33
 
34
  ---
35
 
 
18
 
19
  ## πŸ“Œ Model Description
20
 
21
+ 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 two categories:
22
 
23
  - **Non-toxic**
24
  - **Toxic**
25
 
 
 
26
  ---
27
 
28
  ## πŸ“‚ Training Data
29
 
30
+ 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 Binary classifier was developed, where the classes \textit{Slightly toxic} and \textit{Toxic} were merged into a single \textit{Toxic} category.
31
 
32
  ---
33