derek-thomas HF staff commited on
Commit
6fcb205
1 Parent(s): af5b999

Upload README.md with huggingface_hub

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