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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -12
README.md CHANGED
@@ -8,25 +8,28 @@ tags:
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
-
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.
 
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.