librarian-bot commited on
Commit
985f7cc
1 Parent(s): a166da3

Librarian Bot: Add base_model information to model

Browse files

This pull request aims to enrich the metadata of your model by adding [`T5`](https://huggingface.co/T5) 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).

If you want to automatically add `base_model` metadata to more of your modes you can use the [Librarian Bot](https://huggingface.co/librarian-bot) [Metadata Request Service](https://huggingface.co/spaces/librarian-bots/metadata_request_service)!

Files changed (1) hide show
  1. README.md +18 -14
README.md CHANGED
@@ -1,28 +1,32 @@
1
  ---
2
  language:
3
  - en
4
-
5
  license: mit
6
-
7
  tags:
8
  - Cometrain AutoCode
9
  - Cometrain AlphaML
10
-
11
  datasets:
12
  - financial-sentiment-analysis
13
-
14
  widget:
15
- - text: "April 14 (Reuters) - Rio Tinto (RIO.AX), one of the largest Australian mining companies, on Thursday confirmed its exit from the state mining lobby group after raising concerns that its policy on expansion of coal mines did not align with the Paris Climate Agreement."
16
- example_title: "Rio Tinto Decision (Neutral)"
17
- - text: "LONDON, April 13 (Reuters) - Crypto lender Nexo said it has teamed up with global payments company Mastercard (MA.N) to launch on Wednesday what it calls the world's first crypto-backed payment card."
18
- example_title: "New Mastercard & Nexo project (Positive)"
19
- - text: "April 14 (Reuters) - The Russian rouble weakened on Thursday, driven by expectations that Russia may relax its temporary capital control measures further, while stocks fell as the country continued what it calls 'a special military operation' in Ukraine."
20
- example_title: "Crisis in Russia (Negative)"
21
-
 
 
 
 
 
 
 
22
  inference:
23
- parameters:
24
- top_p: 0.9
25
- temperature: 0.5
 
26
  ---
27
  # stocks-news-t5
28
  This model has been automatically fine-tuned and tested as part of the development of the GPT-2-based AutoML framework for accelerated and easy development of NLP enterprise solutions. Fine-tuned [T5](https://huggingface.co/t5-base) allows to analyze financial market news.
 
1
  ---
2
  language:
3
  - en
 
4
  license: mit
 
5
  tags:
6
  - Cometrain AutoCode
7
  - Cometrain AlphaML
 
8
  datasets:
9
  - financial-sentiment-analysis
 
10
  widget:
11
+ - text: April 14 (Reuters) - Rio Tinto (RIO.AX), one of the largest Australian mining
12
+ companies, on Thursday confirmed its exit from the state mining lobby group after
13
+ raising concerns that its policy on expansion of coal mines did not align with
14
+ the Paris Climate Agreement.
15
+ example_title: Rio Tinto Decision (Neutral)
16
+ - text: LONDON, April 13 (Reuters) - Crypto lender Nexo said it has teamed up with
17
+ global payments company Mastercard (MA.N) to launch on Wednesday what it calls
18
+ the world's first crypto-backed payment card.
19
+ example_title: New Mastercard & Nexo project (Positive)
20
+ - text: April 14 (Reuters) - The Russian rouble weakened on Thursday, driven by expectations
21
+ that Russia may relax its temporary capital control measures further, while stocks
22
+ fell as the country continued what it calls 'a special military operation' in
23
+ Ukraine.
24
+ example_title: Crisis in Russia (Negative)
25
  inference:
26
+ parameters:
27
+ top_p: 0.9
28
+ temperature: 0.5
29
+ base_model: T5
30
  ---
31
  # stocks-news-t5
32
  This model has been automatically fine-tuned and tested as part of the development of the GPT-2-based AutoML framework for accelerated and easy development of NLP enterprise solutions. Fine-tuned [T5](https://huggingface.co/t5-base) allows to analyze financial market news.