Prikshit7766 commited on
Commit
55a2f86
·
verified ·
1 Parent(s): a09651f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md CHANGED
@@ -1,3 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
 
2
  # BERT-Base-Uncased Emotion Classification Model
3
 
 
1
+ ---
2
+ license: mit
3
+ datasets:
4
+ - dair-ai/emotion
5
+ language:
6
+ - en
7
+ metrics:
8
+ - accuracy
9
+ - precision
10
+ - recall
11
+ - f1
12
+ base_model:
13
+ - google-bert/bert-base-uncased
14
+ pipeline_tag: text-classification
15
+ library_name: transformers
16
+ tags:
17
+ - emotion-classification
18
+ ---
19
+
20
 
21
  # BERT-Base-Uncased Emotion Classification Model
22