Elise-hf commited on
Commit
8e88f95
·
1 Parent(s): 8394da5

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +48 -0
README.md ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: validation
8
+ path: data/validation-*
9
+ - split: test
10
+ path: data/test-*
11
+ dataset_info:
12
+ features:
13
+ - name: id
14
+ dtype: string
15
+ - name: subreddit
16
+ dtype: string
17
+ - name: title
18
+ dtype: string
19
+ - name: raw_text
20
+ dtype: string
21
+ - name: category
22
+ dtype: string
23
+ - name: subcategory
24
+ dtype: string
25
+ - name: text_word_count
26
+ dtype: int64
27
+ - name: title_word_count
28
+ dtype: int64
29
+ - name: text
30
+ dtype: string
31
+ - name: __index_level_0__
32
+ dtype: int64
33
+ splits:
34
+ - name: train
35
+ num_bytes: 1367599761
36
+ num_examples: 810400
37
+ - name: validation
38
+ num_bytes: 171110350
39
+ num_examples: 101300
40
+ - name: test
41
+ num_bytes: 171511889
42
+ num_examples: 101300
43
+ download_size: 1116585391
44
+ dataset_size: 1710222000
45
+ ---
46
+ # Dataset Card for "reddit_categories_clean"
47
+
48
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)