zhayunduo commited on
Commit
8ecbe2c
1 Parent(s): 2cf5562

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -1,9 +1,9 @@
1
  ---
2
  license: apache-2.0
3
  ---
4
- This model is fine tuned with roberta-base model on 3200000 comments from stocktwits, with the user labeled tags 'Bullish' or 'Bearish'
5
 
6
- A project by NUS ISS students Frank Cao, Gerong Zhang, Jiaqi Yao, Sikai Ni, Yunduo Zhang
7
 
8
  ```python
9
  from transformers import RobertaForSequenceClassification, RobertaTokenizer
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+ ## A project by NUS ISS students Frank Cao, Gerong Zhang, Jiaqi Yao, Sikai Ni, Yunduo Zhang
5
 
6
+ This model is fine tuned with roberta-base model on 3200000 comments from stocktwits, with the user labeled tags 'Bullish' or 'Bearish'
7
 
8
  ```python
9
  from transformers import RobertaForSequenceClassification, RobertaTokenizer