Librarian Bot: Add base_model information to model

#2
Files changed (1) hide show
  1. README.md +25 -23
README.md CHANGED
@@ -4,6 +4,24 @@ datasets:
4
  metrics:
5
  - f1
6
  - accuracy
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  model-index:
8
  - name: cardiffnlp/roberta-base-emotion
9
  results:
@@ -13,33 +31,17 @@ model-index:
13
  dataset:
14
  name: tweet_eval
15
  type: emotion
16
- split: test
17
  metrics:
18
- - name: Micro F1 (tweet_eval/emotion)
19
- type: micro_f1_tweet_eval/emotion
20
  value: 0.8198451794510907
21
- - name: Macro F1 (tweet_eval/emotion)
22
- type: micro_f1_tweet_eval/emotion
23
  value: 0.7858041485997908
24
- - name: Accuracy (tweet_eval/emotion)
25
- type: accuracy_tweet_eval/emotion
26
  value: 0.8198451794510908
27
- pipeline_tag: text-classification
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/roberta-base-emotion
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: roberta-base
25
  model-index:
26
  - name: cardiffnlp/roberta-base-emotion
27
  results:
 
31
  dataset:
32
  name: tweet_eval
33
  type: emotion
34
+ split: test
35
  metrics:
36
+ - type: micro_f1_tweet_eval/emotion
 
37
  value: 0.8198451794510907
38
+ name: Micro F1 (tweet_eval/emotion)
39
+ - type: micro_f1_tweet_eval/emotion
40
  value: 0.7858041485997908
41
+ name: Macro F1 (tweet_eval/emotion)
42
+ - type: accuracy_tweet_eval/emotion
43
  value: 0.8198451794510908
44
+ name: Accuracy (tweet_eval/emotion)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
45
  ---
46
  # cardiffnlp/roberta-base-emotion
47