pt-sk commited on
Commit
a5229e2
1 Parent(s): 17f5ebb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -3,4 +3,5 @@ license: mit
3
  datasets: pt-sk/imdb
4
  ---
5
 
6
- DistilBERT model for text classification on IMDB movie reviews to identify positive and negative sentiments. Using the IMDB dataset with 50,000 reviews, the text was preprocessed and tokenized with the Hugging Face transformers library. DistilBERT, a lightweight version of BERT, was fine-tuned for binary classification. The training process included optimizing hyperparameters and applying early stopping to prevent overfitting. The model achieved around 90% accuracy, demonstrating its effectiveness. It was then deployed in a web app for real-time sentiment analysis of movie reviews.
 
 
3
  datasets: pt-sk/imdb
4
  ---
5
 
6
+
7
+ BERT (Bidirectional Encoder Representations from Transformers) is a groundbreaking pre-trained language model developed by Google. It is designed to understand the context of a word in search queries and other text, making it highly effective for various natural language processing (NLP) tasks.