asoria commited on
Commit
94ac82d
·
verified ·
1 Parent(s): 4bb6e8d

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: 5633
28
+ num_examples: 11
29
+ download_size: 8624
30
+ dataset_size: 5633
31
  ---
32
  test_card