hmuegyi commited on
Commit
fb2de2b
·
verified ·
1 Parent(s): 4e2f773

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -1,3 +1,11 @@
 
 
 
 
 
 
 
 
1
  # bert-sentiment-imdb
2
  This is a fine-tuned BERT model for sentiment analysis on the IMDB dataset.
3
  - **Base Model**: `bert-base-uncased`
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - en
5
+ base_model:
6
+ - google-bert/bert-base-uncased
7
+ pipeline_tag: text-classification
8
+ ---
9
  # bert-sentiment-imdb
10
  This is a fine-tuned BERT model for sentiment analysis on the IMDB dataset.
11
  - **Base Model**: `bert-base-uncased`