logasanjeev commited on
Commit
ca4dd76
·
verified ·
1 Parent(s): 0ccbd04

Add model card with inference provider

Browse files
Files changed (1) hide show
  1. README.md +20 -15
README.md CHANGED
@@ -2,24 +2,29 @@
2
  language: en
3
  license: apache-2.0
4
  tags:
5
- - text-classification
6
- - multi-label
7
- - bert
8
- - goemotions
9
- - emotion-classification
10
  datasets:
11
- - goemotions
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
  ---
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