Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
**Chinese Movie Review Sentiment Classification Model (5-Star Rating)**
|
| 2 |
|
| 3 |
---
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language: zh
|
| 3 |
+
license: apache-2.0
|
| 4 |
+
library_name: transformers
|
| 5 |
+
tags:
|
| 6 |
+
- text-classification
|
| 7 |
+
- sentiment-analysis
|
| 8 |
+
- chinese
|
| 9 |
+
- movie-review
|
| 10 |
+
datasets:
|
| 11 |
+
- utmhikari/doubanmovieshortcomments
|
| 12 |
+
base_model: hfl/chinese-roberta-wwm-ext
|
| 13 |
+
pipeline_tag: text-classification
|
| 14 |
+
---
|
| 15 |
+
|
| 16 |
**Chinese Movie Review Sentiment Classification Model (5-Star Rating)**
|
| 17 |
|
| 18 |
---
|