Update README.md
Browse files
README.md
CHANGED
|
@@ -42,11 +42,12 @@ Dataset Source: [Ahren09/MMSoc_PolitiFact](https://huggingface.co/datasets/Ahren
|
|
| 42 |
This is a copied and reformatted version of the Ahren09/MMSoc_PolitiFact
|
| 43 |
|
| 44 |
- text: text of the article (str)
|
| 45 |
-
-
|
|
|
|
| 46 |
- label: (int)
|
| 47 |
-
- 1: fake
|
| 48 |
- 0: real
|
|
|
|
| 49 |
|
| 50 |
Datasets Distribution:
|
| 51 |
-
- Train: 381
|
| 52 |
-
- Test:
|
|
|
|
| 42 |
This is a copied and reformatted version of the Ahren09/MMSoc_PolitiFact
|
| 43 |
|
| 44 |
- text: text of the article (str)
|
| 45 |
+
- bert_embeddings: (768, )
|
| 46 |
+
- roberta_embeddings: (768, )
|
| 47 |
- label: (int)
|
|
|
|
| 48 |
- 0: real
|
| 49 |
+
- 1: fake
|
| 50 |
|
| 51 |
Datasets Distribution:
|
| 52 |
+
- Train: 381 (real: 246, fake: 135)
|
| 53 |
+
- Test: 102 (real: 73, fake: 29)
|