Billy Lin commited on
Commit ·
b3ba79a
1
Parent(s): 97a5393
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# text-emotion-classification
|
| 2 |
|
| 3 |
A text emotion recognition application that can be quickly deployed and used locally. You can perform interactive inference simply by running `main.py`.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
tags:
|
| 4 |
+
- text-classification
|
| 5 |
+
- emotion
|
| 6 |
+
language:
|
| 7 |
+
- zh
|
| 8 |
+
- en
|
| 9 |
+
library_name: transformers
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
# text-emotion-classification
|
| 13 |
|
| 14 |
A text emotion recognition application that can be quickly deployed and used locally. You can perform interactive inference simply by running `main.py`.
|