Update README.md
Browse files
README.md
CHANGED
@@ -13,6 +13,12 @@ model-index:
|
|
13 |
should probably proofread and complete it, then remove this comment. -->
|
14 |
|
15 |
# albert-base-v2-fakenews-discriminator
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [albert-base-v2](https://huggingface.co/albert-base-v2) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
|
|
13 |
should probably proofread and complete it, then remove this comment. -->
|
14 |
|
15 |
# albert-base-v2-fakenews-discriminator
|
16 |
+
The dataset: Fake and real news dataset https://www.kaggle.com/clmentbisaillon/fake-and-real-news-dataset
|
17 |
+
|
18 |
+
I use title and label to train the classifier
|
19 |
+
|
20 |
+
label_0 : Fake news
|
21 |
+
label_1 : Real news
|
22 |
|
23 |
This model is a fine-tuned version of [albert-base-v2](https://huggingface.co/albert-base-v2) on an unknown dataset.
|
24 |
It achieves the following results on the evaluation set:
|