librarian-bot commited on
Commit
b7ef2ce
1 Parent(s): 15cae24

Librarian Bot: Add base_model information to model

Browse files

This pull request aims to enrich the metadata of your model by adding [`nlpaueb/sec-bert-base`](https://huggingface.co/nlpaueb/sec-bert-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 +8 -8
README.md CHANGED
@@ -1,4 +1,6 @@
1
  ---
 
 
2
  license: cc-by-sa-4.0
3
  tags:
4
  - financial-sentiment-analysis
@@ -19,31 +21,29 @@ metrics:
19
  widget:
20
  - text: The USD rallied by 10% last night
21
  example_title: Bullish Sentiment
22
- - text: >-
23
- Covid-19 cases have been increasing over the past few months impacting
24
- earnings for global firms
25
  example_title: Bearish Sentiment
26
  - text: the USD has been trending lower
27
  example_title: Mildly Bearish Sentiment
 
28
  model-index:
29
  - name: sec-bert-finetuned-finance-classification
30
  results:
31
  - task:
32
- name: Text Classification
33
  type: text-classification
 
34
  dataset:
35
  name: financial_phrasebank
36
  type: finance
37
  args: sentence_50agree
38
  metrics:
39
  - type: F1
40
- name: F1
41
  value: 0.8744
 
42
  - type: accuracy
43
- name: accuracy
44
  value: 0.8755
45
- language:
46
- - en
47
  ---
48
 
49
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
1
  ---
2
+ language:
3
+ - en
4
  license: cc-by-sa-4.0
5
  tags:
6
  - financial-sentiment-analysis
 
21
  widget:
22
  - text: The USD rallied by 10% last night
23
  example_title: Bullish Sentiment
24
+ - text: Covid-19 cases have been increasing over the past few months impacting earnings
25
+ for global firms
 
26
  example_title: Bearish Sentiment
27
  - text: the USD has been trending lower
28
  example_title: Mildly Bearish Sentiment
29
+ base_model: nlpaueb/sec-bert-base
30
  model-index:
31
  - name: sec-bert-finetuned-finance-classification
32
  results:
33
  - task:
 
34
  type: text-classification
35
+ name: Text Classification
36
  dataset:
37
  name: financial_phrasebank
38
  type: finance
39
  args: sentence_50agree
40
  metrics:
41
  - type: F1
 
42
  value: 0.8744
43
+ name: F1
44
  - type: accuracy
 
45
  value: 0.8755
46
+ name: accuracy
 
47
  ---
48
 
49
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You