librarian-bot commited on
Commit
496ef70
1 Parent(s): 551162e

Librarian Bot: Add base_model information to model

Browse files

This pull request aims to enrich the metadata of your model by adding [`yiyanghkust/finbert-tone`](https://huggingface.co/yiyanghkust/finbert-tone) 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 +11 -9
README.md CHANGED
@@ -15,28 +15,30 @@ metrics:
15
  - precision
16
  - recall
17
  widget:
18
- - text: "$LOW - Lowe's racks up another positive rating despite recession risk"
19
- example_title: "Bullish Sentiment"
20
- - text: "$HNHAF $HNHPD $AAPL - Trendforce cuts iPhone estimate after Foxconn delay"
21
- example_title: "Bearish Sentiment"
22
- - text: "Coin Toss: Morgan Stanley Raises Tesla Bull Case To $500, Keeps Bear Case At $10"
23
- example_title: "Neutral Sentiment"
 
 
24
  model-index:
25
  - name: finbert-tone-finetuned-fintwitter-classification
26
  results:
27
  - task:
28
- name: Text Classification
29
  type: text-classification
 
30
  dataset:
31
  name: twitter-financial-news-sentiment
32
  type: finance
33
  metrics:
34
  - type: F1
35
- name: F1
36
  value: 0.8838
 
37
  - type: accuracy
 
38
  name: accuracy
39
- value: 0.8840
40
  ---
41
 
42
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
15
  - precision
16
  - recall
17
  widget:
18
+ - text: $LOW - Lowe's racks up another positive rating despite recession risk
19
+ example_title: Bullish Sentiment
20
+ - text: $HNHAF $HNHPD $AAPL - Trendforce cuts iPhone estimate after Foxconn delay
21
+ example_title: Bearish Sentiment
22
+ - text: 'Coin Toss: Morgan Stanley Raises Tesla Bull Case To $500, Keeps Bear Case
23
+ At $10'
24
+ example_title: Neutral Sentiment
25
+ base_model: yiyanghkust/finbert-tone
26
  model-index:
27
  - name: finbert-tone-finetuned-fintwitter-classification
28
  results:
29
  - task:
 
30
  type: text-classification
31
+ name: Text Classification
32
  dataset:
33
  name: twitter-financial-news-sentiment
34
  type: finance
35
  metrics:
36
  - type: F1
 
37
  value: 0.8838
38
+ name: F1
39
  - type: accuracy
40
+ value: 0.884
41
  name: accuracy
 
42
  ---
43
 
44
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You