Initial model card metadata
Browse files
README.md
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language: en
|
3 |
+
tags:
|
4 |
+
- text-classification
|
5 |
+
- pytorch
|
6 |
+
- roberta
|
7 |
+
- emotions
|
8 |
+
- multi-class-classification
|
9 |
+
- multi-label-classification
|
10 |
+
datasets:
|
11 |
+
- go_emotions
|
12 |
+
license: mit
|
13 |
+
widget:
|
14 |
+
- text: "I am not having a great day."
|
15 |
+
---
|