loubnabnl HF Staff commited on
Commit
99c3d5a
·
1 Parent(s): 36ae71a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +47 -0
README.md ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: events
5
+ list:
6
+ - name: action
7
+ dtype: string
8
+ - name: author
9
+ dtype: string
10
+ - name: comment_id
11
+ dtype: float64
12
+ - name: datetime
13
+ dtype: int64
14
+ - name: text
15
+ dtype: string
16
+ - name: title
17
+ dtype: string
18
+ - name: type
19
+ dtype: string
20
+ - name: data_with_bots
21
+ list:
22
+ - name: bot
23
+ dtype: string
24
+ - name: previous
25
+ struct:
26
+ - name: meta
27
+ dtype: string
28
+ - name: text
29
+ dtype: string
30
+ - name: data_without_bots
31
+ list:
32
+ - name: previous
33
+ struct:
34
+ - name: meta
35
+ dtype: string
36
+ - name: text
37
+ dtype: string
38
+ splits:
39
+ - name: train
40
+ num_bytes: 170209.094
41
+ num_examples: 110
42
+ download_size: 96496
43
+ dataset_size: 170209.094
44
+ ---
45
+ # Dataset Card for "comments_preceding_bots"
46
+
47
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)