librarian-bot commited on
Commit
76c7ccb
1 Parent(s): 2a261bf

Librarian Bot: Add base_model information to model

Browse files

This pull request aims to enrich the metadata of your model by adding [`roberta-base`](https://huggingface.co/roberta-base) as a `base_model` field, situated in the `YAML` block of your model's `README.md`.

How did we find this information? We performed a regular expression match on your `README.md` file to determine the connection.

**Why add this?** Enhancing your model's metadata in this way:
- **Boosts Discoverability** - It becomes straightforward to trace the relationships between various models on the Hugging Face Hub.
- **Highlights Impact** - It showcases the contributions and influences different models have within the community.

For a hands-on example of how such metadata can play a pivotal role in mapping model connections, take a look at [librarian-bots/base_model_explorer](https://huggingface.co/spaces/librarian-bots/base_model_explorer).

This PR comes courtesy of [Librarian Bot](https://huggingface.co/librarian-bot). If you have any feedback, queries, or need assistance, please don't hesitate to reach out to [@davanstrien](https://huggingface.co/davanstrien). Your input is invaluable to us!

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-sentiment
9
  results:
@@ -13,33 +31,17 @@ model-index:
13
  dataset:
14
  name: tweet_eval
15
  type: sentiment
16
- split: test
17
  metrics:
18
- - name: Micro F1 (tweet_eval/sentiment)
19
- type: micro_f1_tweet_eval/sentiment
20
  value: 0.7086453923803321
21
- - name: Macro F1 (tweet_eval/sentiment)
22
- type: micro_f1_tweet_eval/sentiment
23
  value: 0.7097736527692039
24
- - name: Accuracy (tweet_eval/sentiment)
25
- type: accuracy_tweet_eval/sentiment
26
  value: 0.7086453923803321
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-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: roberta-base
25
  model-index:
26
  - name: cardiffnlp/roberta-base-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.7086453923803321
38
+ name: Micro F1 (tweet_eval/sentiment)
39
+ - type: micro_f1_tweet_eval/sentiment
40
  value: 0.7097736527692039
41
+ name: Macro F1 (tweet_eval/sentiment)
42
+ - type: accuracy_tweet_eval/sentiment
43
  value: 0.7086453923803321
44
+ name: Accuracy (tweet_eval/sentiment)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
45
  ---
46
  # cardiffnlp/roberta-base-sentiment
47