Librarian Bot: Add base_model information to model
Browse filesThis pull request aims to enrich the metadata of your model by adding [`microsoft/deberta-v3-base`](https://huggingface.co/microsoft/deberta-v3-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!
@@ -12,24 +12,23 @@ datasets:
|
|
12 |
- financial_phrasebank
|
13 |
- Kaggle_Self_label
|
14 |
- nickmuchi/financial-classification
|
|
|
|
|
|
|
|
|
|
|
15 |
widget:
|
16 |
- text: The USD rallied by 3% last night as the Fed hiked interest rates
|
17 |
example_title: Bullish Sentiment
|
18 |
-
- text:
|
19 |
-
|
20 |
-
earnings for global firms
|
21 |
example_title: Bearish Sentiment
|
22 |
- text: the USD has been trending lower
|
23 |
example_title: Mildly Bearish Sentiment
|
24 |
-
- text:
|
25 |
-
The USD rallied by 3% last night as the Fed hiked interest rates however,
|
26 |
higher interest rates will increase mortgage costs for homeowners
|
27 |
example_title: Neutral
|
28 |
-
|
29 |
-
- accuracy
|
30 |
-
- f1
|
31 |
-
- precision
|
32 |
-
- recall
|
33 |
model-index:
|
34 |
- name: deberta-v3-base-finetuned-finance-text-classification
|
35 |
results: []
|
|
|
12 |
- financial_phrasebank
|
13 |
- Kaggle_Self_label
|
14 |
- nickmuchi/financial-classification
|
15 |
+
metrics:
|
16 |
+
- accuracy
|
17 |
+
- f1
|
18 |
+
- precision
|
19 |
+
- recall
|
20 |
widget:
|
21 |
- text: The USD rallied by 3% last night as the Fed hiked interest rates
|
22 |
example_title: Bullish Sentiment
|
23 |
+
- text: Covid-19 cases have been increasing over the past few months impacting earnings
|
24 |
+
for global firms
|
|
|
25 |
example_title: Bearish Sentiment
|
26 |
- text: the USD has been trending lower
|
27 |
example_title: Mildly Bearish Sentiment
|
28 |
+
- text: The USD rallied by 3% last night as the Fed hiked interest rates however,
|
|
|
29 |
higher interest rates will increase mortgage costs for homeowners
|
30 |
example_title: Neutral
|
31 |
+
base_model: microsoft/deberta-v3-base
|
|
|
|
|
|
|
|
|
32 |
model-index:
|
33 |
- name: deberta-v3-base-finetuned-finance-text-classification
|
34 |
results: []
|