Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
config_name: 2023-12
|
4 |
+
features:
|
5 |
+
- name: title
|
6 |
+
dtype: string
|
7 |
+
- name: published_date
|
8 |
+
dtype: string
|
9 |
+
- name: authors
|
10 |
+
sequence: string
|
11 |
+
- name: description
|
12 |
+
dtype: string
|
13 |
+
- name: section
|
14 |
+
dtype: string
|
15 |
+
- name: content
|
16 |
+
dtype: string
|
17 |
+
- name: link
|
18 |
+
dtype: string
|
19 |
+
- name: top_image
|
20 |
+
dtype: string
|
21 |
+
splits:
|
22 |
+
- name: train
|
23 |
+
num_bytes: 6295385
|
24 |
+
num_examples: 1460
|
25 |
+
download_size: 3029041
|
26 |
+
dataset_size: 6295385
|
27 |
+
configs:
|
28 |
+
- config_name: 2023-12
|
29 |
+
data_files:
|
30 |
+
- split: train
|
31 |
+
path: 2023-12/train-*
|
32 |
+
---
|
33 |
+
# Dataset Card for "bbc_news_alltime"
|
34 |
+
|
35 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|