Update README.md
Browse files
README.md
CHANGED
@@ -4,11 +4,15 @@ library_name: transformers
|
|
4 |
pipeline_tag: text-classification
|
5 |
license: mit
|
6 |
tags:
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
# Academic Sentiment Classifier (DistilBERT)
|
@@ -29,7 +33,6 @@ DistilBERT-based sequence classification model that predicts the sentiment polar
|
|
29 |
Intended uses:
|
30 |
|
31 |
- Analyze sentiment of peer-review snippets, full reviews, or similar scholarly discourse.
|
32 |
-
- Evaluate the effect of attacks (e.g., positive/negative steering) on generated reviews by measuring polarity shifts.
|
33 |
|
34 |
Limitations:
|
35 |
|
@@ -133,4 +136,4 @@ If you use this model, please cite the project:
|
|
133 |
year = {2025},
|
134 |
url = {https://huggingface.co/EvilScript/academic-sentiment-classifier}
|
135 |
}
|
136 |
-
```
|
|
|
4 |
pipeline_tag: text-classification
|
5 |
license: mit
|
6 |
tags:
|
7 |
+
- sentiment-analysis
|
8 |
+
- distilbert
|
9 |
+
- sequence-classification
|
10 |
+
- academic-peer-review
|
11 |
+
- openreview
|
12 |
+
datasets:
|
13 |
+
- nhop/OpenReview
|
14 |
+
base_model:
|
15 |
+
- distilbert/distilbert-base-uncased
|
16 |
---
|
17 |
|
18 |
# Academic Sentiment Classifier (DistilBERT)
|
|
|
33 |
Intended uses:
|
34 |
|
35 |
- Analyze sentiment of peer-review snippets, full reviews, or similar scholarly discourse.
|
|
|
36 |
|
37 |
Limitations:
|
38 |
|
|
|
136 |
year = {2025},
|
137 |
url = {https://huggingface.co/EvilScript/academic-sentiment-classifier}
|
138 |
}
|
139 |
+
```
|