ChennabathniArjun commited on
Commit
8b4001a
·
verified ·
1 Parent(s): d924c7d

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - stanfordnlp/imdb
4
+ language:
5
+ - en
6
+ metrics:
7
+ - accuracy
8
+ - precision
9
+ - recall
10
+ - f1
11
+ base_model:
12
+ - google-bert/bert-base-uncased
13
+ pipeline_tag: text-classification
14
+ library_name: transformers
15
+ tags:
16
+ - bert
17
+ - text-classification
18
+ - sentiment-analysis
19
+ - hugging
20
+ ---