librarian-bot commited on
Commit
e28dffa
1 Parent(s): 02a00ba

Librarian Bot: Add base_model information to model

Browse files

This pull request aims to enrich the metadata of your model by adding the `distilroberta-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. 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 +6 -5
README.md CHANGED
@@ -5,26 +5,27 @@ tags:
5
  - financial
6
  - stocks
7
  - sentiment
8
- widget:
9
- - text: "Operating profit totaled EUR 9.4 mn , down from EUR 11.7 mn in 2004 ."
10
  datasets:
11
  - financial_phrasebank
12
  metrics:
13
  - accuracy
 
 
 
14
  model-index:
15
  - name: distilRoberta-financial-sentiment
16
  results:
17
  - task:
18
- name: Text Classification
19
  type: text-classification
 
20
  dataset:
21
  name: financial_phrasebank
22
  type: financial_phrasebank
23
  args: sentences_allagree
24
  metrics:
25
- - name: Accuracy
26
- type: accuracy
27
  value: 0.9823008849557522
 
28
  ---
29
 
30
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
5
  - financial
6
  - stocks
7
  - sentiment
 
 
8
  datasets:
9
  - financial_phrasebank
10
  metrics:
11
  - accuracy
12
+ widget:
13
+ - text: Operating profit totaled EUR 9.4 mn , down from EUR 11.7 mn in 2004 .
14
+ base_model: distilroberta-base
15
  model-index:
16
  - name: distilRoberta-financial-sentiment
17
  results:
18
  - task:
 
19
  type: text-classification
20
+ name: Text Classification
21
  dataset:
22
  name: financial_phrasebank
23
  type: financial_phrasebank
24
  args: sentences_allagree
25
  metrics:
26
+ - type: accuracy
 
27
  value: 0.9823008849557522
28
+ name: Accuracy
29
  ---
30
 
31
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You