tashrifmahmud commited on
Commit
8b88cb2
·
verified ·
1 Parent(s): 6b1a3fd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -21,7 +21,7 @@ language:
21
 
22
  # sentiment_analysis_model_v2
23
 
24
- This model is a fine-tuned version of [tashrifmahmud/sentiment_analysis_model](https://huggingface.co/tashrifmahmud/sentiment_analysis_model) on [IMDB](https://huggingface.co/datasets/stanfordnlp/imdb) and ["Rotten Tomatoes"](https://huggingface.co/datasets/cornell-movie-review-data/rotten_tomatoes) dataset.
25
  It achieves the following results on the evaluation set (model has been updated at epoch 1):
26
  - Loss: 0.3682
27
  - Accuracy: 0.8396
 
21
 
22
  # sentiment_analysis_model_v2
23
 
24
+ This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) model and second iteration over [tashrifmahmud/sentiment_analysis_model](https://huggingface.co/tashrifmahmud/sentiment_analysis_model) on [IMDB](https://huggingface.co/datasets/stanfordnlp/imdb) and ["Rotten Tomatoes"](https://huggingface.co/datasets/cornell-movie-review-data/rotten_tomatoes) dataset.
25
  It achieves the following results on the evaluation set (model has been updated at epoch 1):
26
  - Loss: 0.3682
27
  - Accuracy: 0.8396