bpavlsh commited on
Commit
48d9975
·
verified ·
1 Parent(s): 1a0dbfe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -19,7 +19,7 @@ base_model:
19
  Fine-tuned Seq2Seq model is developed for analysing and summarization of cryptocurrency news for the following crypto coins:
20
  Bitcoin, Ethereum, Tether, Solana, Binance Coin. Max input size for texts is 1024 tokens that is about
21
  3.5K chars of texts. Model is created by fine-tuning facebook/bart-large transformer model.
22
- Model outputs short text summary and uptrend/downtrend lists of specified above crypto coins.
23
 
24
  ## How to Get Started with the Model
25
 
 
19
  Fine-tuned Seq2Seq model is developed for analysing and summarization of cryptocurrency news for the following crypto coins:
20
  Bitcoin, Ethereum, Tether, Solana, Binance Coin. Max input size for texts is 1024 tokens that is about
21
  3.5K chars of texts. Model is created by fine-tuning facebook/bart-large transformer model.
22
+ Model outputs short text summary and uptrend/downtrend lists of specified above crypto coins if their trends are considered in the news text.
23
 
24
  ## How to Get Started with the Model
25