Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
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 |
+
- multimodal
|
11 |
---
|
12 |
+
|
13 |
+
# Usage
|
14 |
+
This repository contains only trained weights for model. For initialization and use example see [this repository](https://github.com/T-Sh/EmoSentiRecognition).
|