Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# SentiCSE
|
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.
|
@@ -56,4 +68,4 @@ Please cite the reference paper if you use this model.
|
|
56 |
journal={Proceedings of the 30th International Conference on Computational Linguistics (COLING)},
|
57 |
year={2024},
|
58 |
}
|
59 |
-
```
|
|
|
1 |
+
---
|
2 |
+
datasets:
|
3 |
+
- rotten_tomatoes
|
4 |
+
- sst2
|
5 |
+
- amazon_polarity
|
6 |
+
- imdb
|
7 |
+
- yelp_polarity
|
8 |
+
language:
|
9 |
+
- en
|
10 |
+
tags:
|
11 |
+
- sentiment
|
12 |
+
---
|
13 |
# SentiCSE
|
14 |
This is a roBERTa-base model trained on MR dataset and finetuned for sentiment analysis with the Sentiment tasks.
|
15 |
This model is suitable for English.
|
|
|
68 |
journal={Proceedings of the 30th International Conference on Computational Linguistics (COLING)},
|
69 |
year={2024},
|
70 |
}
|
71 |
+
```
|