derek-thomas HF staff commited on
Commit
f70f74d
·
1 Parent(s): d380a04

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +40 -0
README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ dataset_info:
8
+ features:
9
+ - name: id
10
+ dtype: string
11
+ - name: content
12
+ dtype: string
13
+ - name: score
14
+ dtype: int64
15
+ - name: date_utc
16
+ dtype: timestamp[ns]
17
+ - name: title
18
+ dtype: string
19
+ - name: flair
20
+ dtype: string
21
+ - name: poster
22
+ dtype: string
23
+ - name: permalink
24
+ dtype: string
25
+ - name: new
26
+ dtype: bool
27
+ - name: updated
28
+ dtype: bool
29
+ - name: embedding
30
+ sequence: float64
31
+ splits:
32
+ - name: train
33
+ num_bytes: 1455311
34
+ num_examples: 100
35
+ download_size: 1225736
36
+ dataset_size: 1455311
37
+ ---
38
+ # Dataset Card for "processed-subset-bestofredditorupdates"
39
+
40
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)