Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
metrics:
|
@@ -32,7 +33,7 @@ The model may not work with the articles over 512 tokens after preprocessing as
|
|
32 |
|
33 |
## Training and evaluation data
|
34 |
|
35 |
-
The [fake-and-real news](https://www.kaggle.com/datasets/clmentbisaillon/fake-and-real-news-dataset) dataset contains a total of 44,898 annotated articles with 21,417 real and 23,481 fake. The dataset was stratified split into train, validation, and test subsets with a proportion of 60:20:20 respectively. The model was
|
36 |
|
37 |
| Split | # examples |
|
38 |
|:----------:|:----------:|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
language: en
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
|
|
33 |
|
34 |
## Training and evaluation data
|
35 |
|
36 |
+
The [fake-and-real news](https://www.kaggle.com/datasets/clmentbisaillon/fake-and-real-news-dataset) dataset contains a total of 44,898 annotated articles with 21,417 real and 23,481 fake. The dataset was stratified split into train, validation, and test subsets with a proportion of 60:20:20 respectively. The model was fine-tuned on the train subset and evaluated on validation and test subsets.
|
37 |
|
38 |
| Split | # examples |
|
39 |
|:----------:|:----------:|
|