lumalik commited on
Commit
58ea82f
1 Parent(s): 08dd5be

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: title
5
+ dtype: string
6
+ - name: tagline
7
+ dtype: string
8
+ - name: upvotes
9
+ dtype: string
10
+ - name: number_of_comments
11
+ dtype: string
12
+ - name: creator
13
+ dtype: string
14
+ - name: industry
15
+ dtype: string
16
+ - name: product_type
17
+ dtype: string
18
+ - name: link
19
+ dtype: string
20
+ - name: external_link
21
+ dtype: string
22
+ - name: year
23
+ dtype: int64
24
+ - name: resolved_url
25
+ dtype: string
26
+ - name: status
27
+ dtype: string
28
+ splits:
29
+ - name: train
30
+ num_bytes: 5630972
31
+ num_examples: 21747
32
+ download_size: 2266601
33
+ dataset_size: 5630972
34
+ ---
35
+ # Dataset Card for "Product-Hunt-Data"
36
+
37
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)