sehyun66 commited on
Commit
2ad502c
1 Parent(s): 1ea8356

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: category
5
+ dtype: string
6
+ - name: datetime
7
+ dtype: timestamp[s]
8
+ - name: headline
9
+ dtype: string
10
+ - name: id
11
+ dtype: int64
12
+ - name: image
13
+ dtype: string
14
+ - name: related
15
+ dtype: string
16
+ - name: source
17
+ dtype: string
18
+ - name: summary
19
+ dtype: string
20
+ - name: url
21
+ dtype: string
22
+ splits:
23
+ - name: train
24
+ num_bytes: 27190869
25
+ num_examples: 58079
26
+ download_size: 11723891
27
+ dataset_size: 27190869
28
+ ---
29
+ # Dataset Card for "Finnhub-News"
30
+
31
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)