liyucheng commited on
Commit
9c2b1a3
1 Parent(s): 255d64c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +3 -29
README.md CHANGED
@@ -1,31 +1,5 @@
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: 1638740
26
- num_examples: 439
27
- download_size: 672540
28
- dataset_size: 1638740
29
  ---
30
 
31
  # Latest BBC News
@@ -34,9 +8,9 @@ You could always access the latest BBC News articles via this dataset.
34
 
35
  We update the dataset weekly, on every Sunday. So the dataset always provides the latest BBC News article from the last week.
36
 
37
- The current dataset on main branch contains the latest BBC News articles submitted from 2024-04-29 to 2024-05-06.
38
 
39
- The data collection is conducted on 2024-05-06.
40
 
41
  Use the dataset via:
42
  ```
 
1
  ---
2
+ {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
4
 
5
  # Latest BBC News
 
8
 
9
  We update the dataset weekly, on every Sunday. So the dataset always provides the latest BBC News article from the last week.
10
 
11
+ The current dataset on main branch contains the latest BBC News articles submitted from 2024-05-06 to 2024-05-13.
12
 
13
+ The data collection is conducted on 2024-05-13.
14
 
15
  Use the dataset via:
16
  ```