Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
|
| 4 |
+
language:
|
| 5 |
+
- en
|
| 6 |
+
|
| 7 |
+
tags:
|
| 8 |
+
- sentiment
|
| 9 |
+
- multiclass
|
| 10 |
+
- emotion
|
| 11 |
+
- multimodal
|
| 12 |
---
|
| 13 |
+
|
| 14 |
+
# Usage
|
| 15 |
+
This repository contains only trained weights for model. For initialization and use example see [this repository](https://github.com/T-Sh/EmoSentiRecognition).
|