xhb
commited on
Commit
•
260c7a1
1
Parent(s):
cf6f508
feat(模型): 首次提交sentiment模型
Browse files- README.md +17 -0
- paimon_sentiment.onnx +3 -0
README.md
CHANGED
@@ -1,3 +1,20 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
+
|
5 |
+
## 中文语句情绪分类任务
|
6 |
+
|
7 |
+
情绪分类任务,通常为输入一段句子或一段话,识别该句话情绪类别的模型。 在用户评价、观点抽取、意图识别中往往起到重要作用。
|
8 |
+
|
9 |
+
基于 哈工大与科大讯飞的[pert](https://github.com/ymcui/PERT) 和[bert](https://huggingface.co/bert-base-chinese#training)
|
10 |
+
|
11 |
+
当前分类标注的是
|
12 |
+
|
13 |
+
* 开心: 0
|
14 |
+
* 害怕: 1
|
15 |
+
* 生气: 2
|
16 |
+
* 失落: 3
|
17 |
+
* 好奇: 4
|
18 |
+
* 戏谑: 5
|
19 |
+
|
20 |
+
|
paimon_sentiment.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:636661d42185d2cc119b9b2cc2ce38f449096e3177e6778a76a14329f87211cd
|
3 |
+
size 409361801
|