Update README.md
Browse files
README.md
CHANGED
@@ -13,7 +13,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
# distilbert-fake-reviews-finetuned
|
15 |
|
16 |
-
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the
|
17 |
It achieves the following results on the evaluation set:
|
18 |
- Loss: 0.1241
|
19 |
|
|
|
13 |
|
14 |
# distilbert-fake-reviews-finetuned
|
15 |
|
16 |
+
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the [Fake Reviews Dataset](https://www.kaggle.com/datasets/thearijitdas/fake-reviews-dataset) (processed and cleaned version of [🚨 Fake Reviews Dataset](https://www.kaggle.com/datasets/mexwell/fake-reviews-dataset)), containing 20k fake reviews and 20k real product reviews. OR = Original reviews (presumably human created and authentic); CG = Computer-generated fake reviews.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
- Loss: 0.1241
|
19 |
|