finiteautomata commited on
Commit
8883fbc
1 Parent(s): 1cf74aa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -8,6 +8,7 @@ pipeline_tag: text-classification
8
 
9
  ## BETO
10
 
 
11
  Model trained to detect hate speech comments in news articles. Base model is BETO, a Spanish BERT pre-trained model. The task the model was trained on is a multilabel classification problem, where each input have a label for each of the considered groups:
12
 
13
  | Label | Description |
@@ -52,9 +53,7 @@ Hay que matarlos a todos!!! Nos infectaron con su virus! [SEP] China prohibió l
52
 
53
  Sadly, the `huggingface` pipeline does not support multi-label classification, so this model cannot be tested directly in the side widget.
54
 
55
- To use it, you can try our [Demo](https://huggingface.co/spaces/piubamas/discurso-de-odio).
56
-
57
- If you want to use it with your own code, you can use the following snippet:
58
 
59
  ```python
60
 
 
8
 
9
  ## BETO
10
 
11
+ *WARNING*: Don't use it on the side textbox! Try our [demo]((https://huggingface.co/spaces/piubamas/discurso-de-odio) instead.
12
  Model trained to detect hate speech comments in news articles. Base model is BETO, a Spanish BERT pre-trained model. The task the model was trained on is a multilabel classification problem, where each input have a label for each of the considered groups:
13
 
14
  | Label | Description |
 
53
 
54
  Sadly, the `huggingface` pipeline does not support multi-label classification, so this model cannot be tested directly in the side widget.
55
 
56
+ To use it, you can try our [demo](https://huggingface.co/spaces/piubamas/discurso-de-odio). If you want to use it with your own code, use the following snippet:
 
 
57
 
58
  ```python
59