NaNOrange commited on
Commit
b2a9a45
·
verified ·
1 Parent(s): cf3adcb

Create README.md

Browse files

Basically, my first model uploaded to the hub.
Metrics:
f1: 0.9311598148474379
accuracy: 0.93116

Files changed (1) hide show
  1. README.md +17 -0
README.md ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ datasets:
4
+ - stanfordnlp/imdb
5
+ language:
6
+ - en
7
+ metrics:
8
+ - f1
9
+ - accuracy
10
+ base_model:
11
+ - distilbert/distilbert-base-uncased
12
+ pipeline_tag: text-classification
13
+ library_name: transformers
14
+ tags:
15
+ - text-classification
16
+ - imdb
17
+ ---