JonatanGk commited on
Commit
375b851
1 Parent(s): f8593a9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -11
README.md CHANGED
@@ -1,21 +1,15 @@
1
  ---
2
  language: es
3
  tags:
4
- - generated_from_trainer
5
  metrics:
6
  - accuracy
7
  widget:
8
  - text: "Eres mas pequeño que un pitufo!"
9
- model-index:
10
- - name: roberta-base-bne
11
- results:
12
- - task:
13
- name: Text Classification
14
- type: text-classification
15
- metrics:
16
- - name: Accuracy
17
- type: accuracy
18
- value: 0.9607097303206997
19
  ---
20
 
21
  # roberta-base-bne-finetuned-ciberbullying-spanish
@@ -60,6 +54,7 @@ The following hyperparameters were used during training:
60
  ### Model in action 🚀
61
 
62
  Fast usage with **pipelines**:
 
63
  ```python
64
  from transformers import pipeline
65
 
 
1
  ---
2
  language: es
3
  tags:
4
+ - "spanish"
5
  metrics:
6
  - accuracy
7
  widget:
8
  - text: "Eres mas pequeño que un pitufo!"
9
+ - text: "Eres muy feo!"
10
+ - text: "Odio tu forma de hablar!"
11
+ - text: "Eres tan fea que cuando eras pequeña te echaban de comer por debajo de la puerta."
12
+
 
 
 
 
 
 
13
  ---
14
 
15
  # roberta-base-bne-finetuned-ciberbullying-spanish
 
54
  ### Model in action 🚀
55
 
56
  Fast usage with **pipelines**:
57
+
58
  ```python
59
  from transformers import pipeline
60