Datasets:
update: readme to add labels semantics.
Browse files
README.md
CHANGED
|
@@ -32,6 +32,13 @@ dataset_info:
|
|
| 32 |
|
| 33 |
It is a preprocessed dataset that is used to build X_G85 ML Models. The collection of fake news that are collect from the following datasets
|
| 34 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
## How to stream dataset & use as pandas dataframe
|
| 36 |
|
| 37 |
By streaming the dataset, it won't download on your host computer. Read more here [hugging face streaming dataset](https://huggingface.co/docs/datasets/stream).
|
|
|
|
| 32 |
|
| 33 |
It is a preprocessed dataset that is used to build X_G85 ML Models. The collection of fake news that are collect from the following datasets
|
| 34 |
|
| 35 |
+
```
|
| 36 |
+
Labels
|
| 37 |
+
|
| 38 |
+
0: Fake News
|
| 39 |
+
1: Real News
|
| 40 |
+
```
|
| 41 |
+
|
| 42 |
## How to stream dataset & use as pandas dataframe
|
| 43 |
|
| 44 |
By streaming the dataset, it won't download on your host computer. Read more here [hugging face streaming dataset](https://huggingface.co/docs/datasets/stream).
|