Update README.md
Browse files
README.md
CHANGED
@@ -26,17 +26,19 @@ It achieves the following results on the evaluation set:
|
|
26 |
- Recall: 1.0
|
27 |
- Auc: 0.9997
|
28 |
|
29 |
-
## Model description
|
30 |
-
|
31 |
-
More information needed
|
32 |
-
|
33 |
## Intended uses & limitations
|
34 |
|
35 |
-
|
36 |
|
37 |
## Training and evaluation data
|
38 |
|
39 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
|
41 |
## Training procedure
|
42 |
|
|
|
26 |
- Recall: 1.0
|
27 |
- Auc: 0.9997
|
28 |
|
|
|
|
|
|
|
|
|
29 |
## Intended uses & limitations
|
30 |
|
31 |
+
The model may not work with the articles over 512 tokens after preprocessing as the model's context is restricted to a maximum of 512 tokens in the sequence.
|
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 finetuned on train subset and evaluated on validation and test subsets.
|
36 |
+
|
37 |
+
| Split | # examples |
|
38 |
+
|:----------:|:----------:|
|
39 |
+
| train | 17959 |
|
40 |
+
| validation | 13469 |
|
41 |
+
| test | 13470 |
|
42 |
|
43 |
## Training procedure
|
44 |
|