ExecuteAutomation commited on
Commit
a19bbdd
·
verified ·
1 Parent(s): db64a6f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -3
README.md CHANGED
@@ -1,3 +1,19 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ datasets:
4
+ - dair-ai/emotion
5
+ language:
6
+ - en
7
+ metrics:
8
+ - accuracy
9
+ - f1
10
+ base_model:
11
+ - google-bert/bert-base-uncased
12
+ pipeline_tag: text-classification
13
+ tags:
14
+ - sentiment
15
+ - english
16
+ ---
17
+
18
+ ## Bert-base-text-classification-model
19
+ This model is trained using Bert-base-uncased model as the based model which is helpful for Multi Text classification.