CometrainResearch commited on
Commit
7903586
1 Parent(s): 18d8184

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -21
README.md CHANGED
@@ -8,28 +8,17 @@ tags:
8
  datasets:
9
  - financial-sentiment-analysis
10
  widget:
11
- - text: >-
12
- April 14 (Reuters) - Rio Tinto (RIO.AX), one of the largest Australian
13
- mining companies, on Thursday confirmed its exit from the state mining lobby
14
- group after raising concerns that its policy on expansion of coal mines did
15
- not align with the Paris Climate Agreement.
16
- example_title: Rio Tinto Decision (Neutral)
17
- - text: >-
18
- LONDON, April 13 (Reuters) - Crypto lender Nexo said it has teamed up with
19
- global payments company Mastercard (MA.N) to launch on Wednesday what it
20
- calls the world's first crypto-backed payment card.
21
- example_title: New Mastercard & Nexo project (Positive)
22
- - text: >-
23
- April 14 (Reuters) - The Russian rouble weakened on Thursday, driven by
24
- expectations that Russia may relax its temporary capital control measures
25
- further, while stocks fell as the country continued what it calls 'a special
26
- military operation' in Ukraine.
27
- example_title: Crisis in Russia (Negative)
28
  inference:
29
- parameters:
30
- top_p: 0.9
31
- temperature: 0.5
32
- pipeline_tag: text2text-generation
33
  ---
34
  # stocks-news-t5
35
  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.
 
8
  datasets:
9
  - financial-sentiment-analysis
10
  widget:
11
+ - 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."
12
+ example_title: "Rio Tinto Decision (Neutral)"
13
+ - 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."
14
+ example_title: "New Mastercard & Nexo project (Positive)"
15
+ - 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."
16
+ example_title: "Crisis in Russia (Negative)"
17
+
 
 
 
 
 
 
 
 
 
 
18
  inference:
19
+ parameters:
20
+ top_p: 0.9
21
+ temperature: 0.5
 
22
  ---
23
  # stocks-news-t5
24
  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.