liyucheng commited on
Commit
f81b0fd
1 Parent(s): 64f693e

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: 76849
26
- num_examples: 42
27
- download_size: 28379
28
- dataset_size: 76849
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-06-17 to 2024-06-24.
38
 
39
- The data collection is conducted on 2024-06-24.
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-06-24 to 2024-07-01.
12
 
13
+ The data collection is conducted on 2024-07-01.
14
 
15
  Use the dataset via:
16
  ```