wakaflocka17 commited on
Commit
8f385f4
·
verified ·
1 Parent(s): 92ed944

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - stanfordnlp/imdb
4
+ language:
5
+ - en
6
+ metrics:
7
+ - accuracy
8
+ - precision
9
+ - recall
10
+ - f1
11
+ base_model:
12
+ - facebook/bart-base
13
+ - google-bert/bert-base-uncased
14
+ - EleutherAI/gpt-neo-2.7B
15
+ pipeline_tag: text-classification
16
+ ---