Update README.md
Browse files
README.md
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
This is a roBERTa-base model trained on MR dataset and finetuned for sentiment analysis with the Sentiment tasks.
|
3 |
This model is suitable for English.
|
4 |
|
5 |
-
|
6 |
-
|
7 |
|
8 |
```python
|
9 |
import torch
|
|
|
2 |
This is a roBERTa-base model trained on MR dataset and finetuned for sentiment analysis with the Sentiment tasks.
|
3 |
This model is suitable for English.
|
4 |
|
5 |
+
+ Reference Paper: SentiCSE (Main of Coling 2024).
|
6 |
+
+ Git Repo: https://github.com/nayohan/SentiCSE.
|
7 |
|
8 |
```python
|
9 |
import torch
|