Librarian Bot: Add base_model information to model
#2
by
librarian-bot
- opened
README.md
CHANGED
@@ -1,36 +1,36 @@
|
|
1 |
---
|
|
|
|
|
2 |
tags:
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
pipeline_tag: text-classification
|
8 |
-
|
9 |
-
language:
|
10 |
-
- en
|
11 |
-
|
12 |
widget:
|
13 |
-
- text: user Bolsonaro is the president of Brazil. He speaks for all brazilians. Greta
|
|
|
|
|
14 |
example_title: example 1
|
15 |
-
- text: user The fact is that she still doesn’t change her ways and still stays non
|
|
|
16 |
example_title: example 2
|
17 |
- text: user The criteria for these awards dont seem to be very high.
|
18 |
example_title: example 3
|
19 |
-
|
20 |
model-index:
|
21 |
- name: Stance-Tw
|
22 |
results:
|
23 |
- task:
|
24 |
-
type: stance-classification
|
25 |
-
name: Text Classification
|
26 |
dataset:
|
27 |
-
|
28 |
-
|
29 |
metrics:
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
---
|
35 |
|
36 |
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
tags:
|
5 |
+
- text
|
6 |
+
- stance
|
7 |
+
- text-classification
|
|
|
8 |
pipeline_tag: text-classification
|
|
|
|
|
|
|
|
|
9 |
widget:
|
10 |
+
- text: user Bolsonaro is the president of Brazil. He speaks for all brazilians. Greta
|
11 |
+
is a climate activist. Their opinions do create a balance that the world needs
|
12 |
+
now
|
13 |
example_title: example 1
|
14 |
+
- text: user The fact is that she still doesn’t change her ways and still stays non
|
15 |
+
environmental friendly
|
16 |
example_title: example 2
|
17 |
- text: user The criteria for these awards dont seem to be very high.
|
18 |
example_title: example 3
|
19 |
+
base_model: j-hartmann/sentiment-roberta-large-english-3-classes
|
20 |
model-index:
|
21 |
- name: Stance-Tw
|
22 |
results:
|
23 |
- task:
|
24 |
+
type: stance-classification
|
25 |
+
name: Text Classification
|
26 |
dataset:
|
27 |
+
name: stance
|
28 |
+
type: stance
|
29 |
metrics:
|
30 |
+
- type: f1
|
31 |
+
value: 75.8
|
32 |
+
- type: accuracy
|
33 |
+
value: 76.2
|
34 |
---
|
35 |
|
36 |
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|