Update README.md
Browse files
README.md
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
-
|
5 |
|
6 |
-
|
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
|