Librarian Bot: Add base_model information to model
Browse filesThis 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!
|
@@ -4,6 +4,24 @@ datasets:
|
|
| 4 |
metrics:
|
| 5 |
- f1
|
| 6 |
- accuracy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
model-index:
|
| 8 |
- name: cardiffnlp/roberta-base-topic-single
|
| 9 |
results:
|
|
@@ -13,33 +31,17 @@ model-index:
|
|
| 13 |
dataset:
|
| 14 |
name: cardiffnlp/tweet_topic_single
|
| 15 |
type: cardiffnlp/tweet_topic_single
|
| 16 |
-
split: test_2021
|
| 17 |
metrics:
|
| 18 |
-
-
|
| 19 |
-
type: micro_f1_cardiffnlp/tweet_topic_single
|
| 20 |
value: 0.8818665091553456
|
| 21 |
-
|
| 22 |
-
|
| 23 |
value: 0.7359303318518903
|
| 24 |
-
|
| 25 |
-
|
| 26 |
value: 0.8818665091553456
|
| 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/roberta-base-topic-single
|
| 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-topic-single
|
| 27 |
results:
|
|
|
|
| 31 |
dataset:
|
| 32 |
name: cardiffnlp/tweet_topic_single
|
| 33 |
type: cardiffnlp/tweet_topic_single
|
| 34 |
+
split: test_2021
|
| 35 |
metrics:
|
| 36 |
+
- type: micro_f1_cardiffnlp/tweet_topic_single
|
|
|
|
| 37 |
value: 0.8818665091553456
|
| 38 |
+
name: Micro F1 (cardiffnlp/tweet_topic_single)
|
| 39 |
+
- type: micro_f1_cardiffnlp/tweet_topic_single
|
| 40 |
value: 0.7359303318518903
|
| 41 |
+
name: Macro F1 (cardiffnlp/tweet_topic_single)
|
| 42 |
+
- type: accuracy_cardiffnlp/tweet_topic_single
|
| 43 |
value: 0.8818665091553456
|
| 44 |
+
name: Accuracy (cardiffnlp/tweet_topic_single)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 45 |
---
|
| 46 |
# cardiffnlp/roberta-base-topic-single
|
| 47 |
|