asoria HF Staff commited on
Commit
c01d1e9
·
verified ·
1 Parent(s): d2c6050

Upload dataset

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