Prikshit7766 commited on
Commit
31a3882
1 Parent(s): 2cd3e26

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ---