xanderIV commited on
Commit
7d97f50
·
verified ·
1 Parent(s): 4412a27

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md CHANGED
@@ -1,3 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # BERT Fine-tuned for IMDB Sentiment Analysis
2
 
3
  This model is a fine-tuned version of `bert-base-uncased` on the IMDB movie reviews dataset for sentiment analysis (binary classification). It can predict whether a movie review is positive or negative.
 
1
+ ---
2
+ language: en
3
+ license: mit
4
+ tags:
5
+ - bert
6
+ - text-classification
7
+ - sentiment-analysis
8
+ - english
9
+ - imdb
10
+ datasets:
11
+ - imdb
12
+ metrics:
13
+ - accuracy
14
+ model-index:
15
+ - name: finetuned-bert-imdb
16
+ results:
17
+ - task:
18
+ type: text-classification
19
+ name: Text Classification
20
+ dataset:
21
+ type: imdb
22
+ name: IMDB
23
+ metrics:
24
+ - type: accuracy
25
+ value: 0.802
26
+ name: Test Accuracy
27
+ pipeline_tag: text-classification
28
+ ---
29
+
30
  # BERT Fine-tuned for IMDB Sentiment Analysis
31
 
32
  This model is a fine-tuned version of `bert-base-uncased` on the IMDB movie reviews dataset for sentiment analysis (binary classification). It can predict whether a movie review is positive or negative.