JoseLuis95 commited on
Commit
a89bcf7
1 Parent(s): 5b7564e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -18,7 +18,7 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  # finetuned_model_sentiment_analysis_yelp
20
 
21
- This model is a fine-tuned version of [distilbert-base-cased](https://huggingface.co/distilbert-base-cased) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
  - Loss: 0.8933
24
  - Precision: 0.6404
 
18
 
19
  # finetuned_model_sentiment_analysis_yelp
20
 
21
+ This model is a fine-tuned version of [distilbert-base-cased](https://huggingface.co/distilbert-base-cased) on the [yelp_review_full](https://huggingface.co/datasets/yelp_review_full) dataset.
22
  It achieves the following results on the evaluation set:
23
  - Loss: 0.8933
24
  - Precision: 0.6404