Librarian Bot: Add base_model information to model
#1
by
librarian-bot
- opened
README.md
CHANGED
@@ -4,6 +4,24 @@ datasets:
|
|
4 |
metrics:
|
5 |
- f1
|
6 |
- accuracy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
model-index:
|
8 |
- name: cardiffnlp/twitter-roberta-base-dec2021-sentiment
|
9 |
results:
|
@@ -13,33 +31,17 @@ model-index:
|
|
13 |
dataset:
|
14 |
name: tweet_eval
|
15 |
type: sentiment
|
16 |
-
split: test
|
17 |
metrics:
|
18 |
-
-
|
19 |
-
type: micro_f1_tweet_eval/sentiment
|
20 |
value: 0.7128785411917942
|
21 |
-
|
22 |
-
|
23 |
value: 0.7149679965048391
|
24 |
-
|
25 |
-
|
26 |
value: 0.7128785411917942
|
27 |
-
|
28 |
-
widget:
|
29 |
-
- text: Get the all-analog Classic Vinyl Edition of "Takin Off" Album from {@herbiehancock@} via {@bluenoterecords@} link below {{URL}}
|
30 |
-
example_title: "topic_classification 1"
|
31 |
-
- text: Yes, including Medicare and social security saving👍
|
32 |
-
example_title: "sentiment 1"
|
33 |
-
- text: All two of them taste like ass.
|
34 |
-
example_title: "offensive 1"
|
35 |
-
- text: If you wanna look like a badass, have drama on social media
|
36 |
-
example_title: "irony 1"
|
37 |
-
- text: Whoever just unfollowed me you a bitch
|
38 |
-
example_title: "hate 1"
|
39 |
-
- text: I love swimming for the same reason I love meditating...the feeling of weightlessness.
|
40 |
-
example_title: "emotion 1"
|
41 |
-
- text: Beautiful sunset last night from the pontoon @TupperLakeNY
|
42 |
-
example_title: "emoji 1"
|
43 |
---
|
44 |
# cardiffnlp/twitter-roberta-base-dec2021-sentiment
|
45 |
|
|
|
4 |
metrics:
|
5 |
- f1
|
6 |
- accuracy
|
7 |
+
pipeline_tag: text-classification
|
8 |
+
widget:
|
9 |
+
- text: Get the all-analog Classic Vinyl Edition of "Takin Off" Album from {@herbiehancock@}
|
10 |
+
via {@bluenoterecords@} link below {{URL}}
|
11 |
+
example_title: topic_classification 1
|
12 |
+
- text: Yes, including Medicare and social security saving👍
|
13 |
+
example_title: sentiment 1
|
14 |
+
- text: All two of them taste like ass.
|
15 |
+
example_title: offensive 1
|
16 |
+
- text: If you wanna look like a badass, have drama on social media
|
17 |
+
example_title: irony 1
|
18 |
+
- text: Whoever just unfollowed me you a bitch
|
19 |
+
example_title: hate 1
|
20 |
+
- text: I love swimming for the same reason I love meditating...the feeling of weightlessness.
|
21 |
+
example_title: emotion 1
|
22 |
+
- text: Beautiful sunset last night from the pontoon @TupperLakeNY
|
23 |
+
example_title: emoji 1
|
24 |
+
base_model: cardiffnlp/twitter-roberta-base-dec2021
|
25 |
model-index:
|
26 |
- name: cardiffnlp/twitter-roberta-base-dec2021-sentiment
|
27 |
results:
|
|
|
31 |
dataset:
|
32 |
name: tweet_eval
|
33 |
type: sentiment
|
34 |
+
split: test
|
35 |
metrics:
|
36 |
+
- type: micro_f1_tweet_eval/sentiment
|
|
|
37 |
value: 0.7128785411917942
|
38 |
+
name: Micro F1 (tweet_eval/sentiment)
|
39 |
+
- type: micro_f1_tweet_eval/sentiment
|
40 |
value: 0.7149679965048391
|
41 |
+
name: Macro F1 (tweet_eval/sentiment)
|
42 |
+
- type: accuracy_tweet_eval/sentiment
|
43 |
value: 0.7128785411917942
|
44 |
+
name: Accuracy (tweet_eval/sentiment)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
---
|
46 |
# cardiffnlp/twitter-roberta-base-dec2021-sentiment
|
47 |
|