Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
# Fine-Tuned Distilled BERT Model for Sentiment Analysis on Amazon Reviews
|
2 |
|
3 |
-
This repository contains a fine-tuned Distilled BERT (Bidirectional Encoder Representations from Transformers) model for sentiment analysis on Amazon reviews. The base model used is the distilbert-base-uncased model, which is a smaller and faster version of the original BERT model, pre-trained on a large corpus of text data.
|
4 |
|
5 |
## Model Details
|
6 |
|
|
|
1 |
# Fine-Tuned Distilled BERT Model for Sentiment Analysis on Amazon Reviews
|
2 |
|
3 |
+
This repository contains a fine-tuned Distilled BERT (Bidirectional Encoder Representations from Transformers) model for sentiment analysis on Amazon reviews. The base model used is the distilbert-base-uncased model, which is a smaller and faster version of the original BERT model, pre-trained on a large corpus of text data.
|
4 |
|
5 |
## Model Details
|
6 |
|