asoria HF Staff commited on
Commit
37b9eb1
·
verified ·
1 Parent(s): 1b05540

Upload dataset

Browse files
Files changed (1) hide show
  1. README.md +29 -1
README.md CHANGED
@@ -1,4 +1,32 @@
1
  ---
2
- {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
4
  test_card
 
1
  ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: https___www_nbcnews_com_business
6
+ path: data/https___www_nbcnews_com_business-*
7
+ dataset_info:
8
+ features:
9
+ - name: category
10
+ dtype: string
11
+ - name: headline
12
+ dtype: string
13
+ - name: summary
14
+ dtype: string
15
+ - name: time
16
+ dtype: string
17
+ - name: image
18
+ struct:
19
+ - name: alt
20
+ dtype: string
21
+ - name: src
22
+ dtype: string
23
+ - name: link
24
+ dtype: string
25
+ splits:
26
+ - name: https___www_nbcnews_com_business
27
+ num_bytes: 5517
28
+ num_examples: 11
29
+ download_size: 8417
30
+ dataset_size: 5517
31
  ---
32
  test_card