Jyotiprakash4357 commited on
Commit
ddc2dd8
·
verified ·
1 Parent(s): 90628a9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -1,7 +1,22 @@
1
  ---
2
  library_name: transformers
3
- tags: []
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  ---
 
 
5
 
6
  # Model Card for Model ID
7
 
 
1
  ---
2
  library_name: transformers
3
+ tags:
4
+ - sentiment
5
+ - english
6
+ license: mit
7
+ datasets:
8
+ - dair-ai/emotion
9
+ language:
10
+ - en
11
+ metrics:
12
+ - accuracy
13
+ - f1
14
+ base_model:
15
+ - google-bert/bert-base-uncased
16
+ pipeline_tag: text-classification
17
  ---
18
+ ## Bert_base_uncased_text-classification-model
19
+ This model is trained on the Bert_base_uncased model for multi class classification.
20
 
21
  # Model Card for Model ID
22