Librarian Bot: Add base_model information to model
#2
by
librarian-bot
- opened
README.md
CHANGED
@@ -1,27 +1,29 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
- text-classification
|
5 |
- generated_from_trainer
|
|
|
|
|
6 |
metrics:
|
7 |
- accuracy
|
8 |
-
model-index:
|
9 |
-
- name: misogynistic-statements-classification-model
|
10 |
-
results: []
|
11 |
widget:
|
12 |
- text: Las mujeres deben ser madres antes que nada
|
13 |
example_title: Machista
|
14 |
-
- text:
|
15 |
-
Las mujeres tienen el mismo potencial y habilidades para los negocios que
|
16 |
los hombres
|
17 |
example_title: No machista
|
18 |
-
datasets:
|
19 |
-
- glombardo/misogynistic-statements-classification
|
20 |
-
language:
|
21 |
-
- es
|
22 |
output_data:
|
23 |
- format: class
|
24 |
-
- class_labels:
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- es
|
4 |
license: apache-2.0
|
5 |
tags:
|
6 |
- text-classification
|
7 |
- generated_from_trainer
|
8 |
+
datasets:
|
9 |
+
- glombardo/misogynistic-statements-classification
|
10 |
metrics:
|
11 |
- accuracy
|
|
|
|
|
|
|
12 |
widget:
|
13 |
- text: Las mujeres deben ser madres antes que nada
|
14 |
example_title: Machista
|
15 |
+
- text: Las mujeres tienen el mismo potencial y habilidades para los negocios que
|
|
|
16 |
los hombres
|
17 |
example_title: No machista
|
|
|
|
|
|
|
|
|
18 |
output_data:
|
19 |
- format: class
|
20 |
+
- class_labels:
|
21 |
+
- Sexist
|
22 |
+
- Non-sexist
|
23 |
+
base_model: distilroberta-base
|
24 |
+
model-index:
|
25 |
+
- name: misogynistic-statements-classification-model
|
26 |
+
results: []
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|