Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
alter-wang
/
bert-base-japanese-emotion-lily
like
2
Text Classification
Transformers
Safetensors
Japanese
bert
Inference Endpoints
Model card
Files
Files and versions
Community
Train
Deploy
Use this model
alter-wang
commited on
May 8
Commit
c2bfff2
•
1 Parent(s):
dc91d72
Create README.md
Browse files
Files changed (1)
hide
show
README.md
+12
-0
README.md
ADDED
Viewed
@@ -0,0 +1,12 @@
1
+
emotion_mapping = {
2
+
0: 'amaze',
3
+
1: 'anger',
4
+
2: 'dislike',
5
+
3: 'excite',
6
+
4: 'fear',
7
+
5: 'joy',
8
+
6: 'like',
9
+
7: 'relief',
10
+
8: 'sad',
11
+
9: 'shame'
12
+
}