Upload dataset
Browse files- README.md +27 -1
- data/train-00000-of-00001.parquet +2 -2
README.md
CHANGED
@@ -1,5 +1,31 @@
|
|
1 |
---
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
# Latest BBC News
|
|
|
1 |
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: train
|
6 |
+
path: data/train-*
|
7 |
+
dataset_info:
|
8 |
+
features:
|
9 |
+
- name: title
|
10 |
+
dtype: string
|
11 |
+
- name: published_date
|
12 |
+
dtype: string
|
13 |
+
- name: authors
|
14 |
+
dtype: string
|
15 |
+
- name: description
|
16 |
+
dtype: string
|
17 |
+
- name: section
|
18 |
+
dtype: string
|
19 |
+
- name: content
|
20 |
+
dtype: string
|
21 |
+
- name: link
|
22 |
+
dtype: string
|
23 |
+
splits:
|
24 |
+
- name: train
|
25 |
+
num_bytes: 11822
|
26 |
+
num_examples: 17
|
27 |
+
download_size: 10440
|
28 |
+
dataset_size: 11822
|
29 |
---
|
30 |
|
31 |
# Latest BBC News
|
data/train-00000-of-00001.parquet
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e2224706218ab656a4afe93f185584c96d053239bb1875da86d4ff29b0f70f50
|
3 |
+
size 10440
|