Datasets:
LittleFish-Coder
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,34 +1,49 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
dataset_info:
|
4 |
-
features:
|
5 |
-
- name: title
|
6 |
-
dtype: string
|
7 |
-
- name: text
|
8 |
-
dtype: string
|
9 |
-
- name: label
|
10 |
-
dtype: int64
|
11 |
-
- name: embeddings
|
12 |
-
sequence: float32
|
13 |
-
splits:
|
14 |
-
- name: train
|
15 |
-
num_bytes: 137681304
|
16 |
-
num_examples: 24353
|
17 |
-
- name: validation
|
18 |
-
num_bytes: 46002251
|
19 |
-
num_examples: 8117
|
20 |
-
- name: test
|
21 |
-
num_bytes: 46090523
|
22 |
-
num_examples: 8117
|
23 |
-
download_size: 215251030
|
24 |
-
dataset_size: 229774078
|
25 |
-
configs:
|
26 |
-
- config_name: default
|
27 |
-
data_files:
|
28 |
-
- split: train
|
29 |
-
path: data/train-*
|
30 |
-
- split: validation
|
31 |
-
path: data/validation-*
|
32 |
-
- split: test
|
33 |
-
path: data/test-*
|
34 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
dataset_info:
|
4 |
+
features:
|
5 |
+
- name: title
|
6 |
+
dtype: string
|
7 |
+
- name: text
|
8 |
+
dtype: string
|
9 |
+
- name: label
|
10 |
+
dtype: int64
|
11 |
+
- name: embeddings
|
12 |
+
sequence: float32
|
13 |
+
splits:
|
14 |
+
- name: train
|
15 |
+
num_bytes: 137681304
|
16 |
+
num_examples: 24353
|
17 |
+
- name: validation
|
18 |
+
num_bytes: 46002251
|
19 |
+
num_examples: 8117
|
20 |
+
- name: test
|
21 |
+
num_bytes: 46090523
|
22 |
+
num_examples: 8117
|
23 |
+
download_size: 215251030
|
24 |
+
dataset_size: 229774078
|
25 |
+
configs:
|
26 |
+
- config_name: default
|
27 |
+
data_files:
|
28 |
+
- split: train
|
29 |
+
path: data/train-*
|
30 |
+
- split: validation
|
31 |
+
path: data/validation-*
|
32 |
+
- split: test
|
33 |
+
path: data/test-*
|
34 |
+
---
|
35 |
+
Dataset Source: [GonzaloA/fake_news](https://huggingface.co/datasets/GonzaloA/fake_news)
|
36 |
+
|
37 |
+
This is a copied and reformatted version of the GonzaloA/fake_news
|
38 |
+
|
39 |
+
- title: title of the news (str)
|
40 |
+
- text: text of the article (str)
|
41 |
+
- embeddings: BERT embeddings (768, )
|
42 |
+
- label: (int)
|
43 |
+
- 1: fake
|
44 |
+
- 0: real
|
45 |
+
|
46 |
+
Datasets Distribution:
|
47 |
+
- Train: 24353
|
48 |
+
- Validation: 8117
|
49 |
+
- Test: 8117
|