clefourrier HF staff commited on
Commit
d67ba6a
·
1 Parent(s): c8fb0e5

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: start_date
5
+ dtype: string
6
+ - name: end_date
7
+ dtype: string
8
+ - name: thread_id
9
+ dtype: string
10
+ - name: subreddit
11
+ dtype: string
12
+ - name: subreddit_id
13
+ dtype: string
14
+ - name: total_score
15
+ dtype: int64
16
+ - name: text
17
+ dtype: string
18
+ - name: num_messages
19
+ dtype: int64
20
+ - name: avg_score
21
+ dtype: float64
22
+ splits:
23
+ - name: tifu
24
+ num_bytes: 454388196
25
+ num_examples: 208970
26
+ download_size: 283734393
27
+ dataset_size: 454388196
28
+ ---
29
+ # Dataset Card for "REDDIT_threaded"
30
+
31
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)