Librarian Bot: Add base_model information to model
Browse filesThis pull request aims to enrich the metadata of your model by adding [`j-hartmann/sentiment-roberta-large-english-3-classes`](https://huggingface.co/j-hartmann/sentiment-roberta-large-english-3-classes) 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!
|
@@ -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
|