Add model card with inference provider
Browse files
README.md
CHANGED
|
@@ -2,24 +2,29 @@
|
|
| 2 |
language: en
|
| 3 |
license: apache-2.0
|
| 4 |
tags:
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
datasets:
|
| 11 |
-
|
| 12 |
metrics:
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
widget:
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
---
|
| 24 |
|
| 25 |
# GoEmotions BERT Classifier
|
|
|
|
| 2 |
language: en
|
| 3 |
license: apache-2.0
|
| 4 |
tags:
|
| 5 |
+
- text-classification
|
| 6 |
+
- multi-label
|
| 7 |
+
- bert
|
| 8 |
+
- go_emotions
|
| 9 |
+
- emotion-classification
|
| 10 |
datasets:
|
| 11 |
+
- google-research-datasets/go_emotions
|
| 12 |
metrics:
|
| 13 |
+
- f1
|
| 14 |
+
- precision
|
| 15 |
+
- recall
|
| 16 |
widget:
|
| 17 |
+
- text: I’m just chilling today.
|
| 18 |
+
example_title: Neutral Example
|
| 19 |
+
- text: Thank you for saving my life!
|
| 20 |
+
example_title: Gratitude Example
|
| 21 |
+
- text: I’m nervous about my exam tomorrow.
|
| 22 |
+
example_title: Nervousness Example
|
| 23 |
+
inference:
|
| 24 |
+
parameters:
|
| 25 |
+
type: text-classification
|
| 26 |
+
return_type: list
|
| 27 |
+
script: inference.py
|
| 28 |
---
|
| 29 |
|
| 30 |
# GoEmotions BERT Classifier
|