Librarian Bot: Add base_model information to model

#2
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.