vmfunc commited on
Commit
98ef990
·
verified ·
1 Parent(s): 5578d98

Upload dataset_info.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset_info.json +82 -0
dataset_info.json ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "board": "pol",
3
+ "total_posts": 317418,
4
+ "total_threads": 12380,
5
+ "date_range": {
6
+ "start": "2017-05-05T16:07:06",
7
+ "end": "2024-12-30T08:58:26"
8
+ },
9
+ "created_at": "2024-12-30T09:00:22.186705",
10
+ "columns": [
11
+ "id",
12
+ "thread_id",
13
+ "board",
14
+ "timestamp",
15
+ "title",
16
+ "text",
17
+ "text_length",
18
+ "filename",
19
+ "file_ext",
20
+ "file_size",
21
+ "image_width",
22
+ "image_height",
23
+ "is_op",
24
+ "mentions",
25
+ "mention_count",
26
+ "replies",
27
+ "images",
28
+ "unique_ips",
29
+ "content_hash",
30
+ "archived",
31
+ "semantic_url",
32
+ "hour_of_day",
33
+ "day_of_week",
34
+ "is_weekend",
35
+ "post_count",
36
+ "total_images",
37
+ "avg_text_length",
38
+ "std_text_length",
39
+ "total_mentions"
40
+ ],
41
+ "schema": {
42
+ "id": "int64",
43
+ "thread_id": "int64",
44
+ "board": "object",
45
+ "timestamp": "datetime64[ns]",
46
+ "title": "object",
47
+ "text": "object",
48
+ "text_length": "int64",
49
+ "filename": "object",
50
+ "file_ext": "object",
51
+ "file_size": "int64",
52
+ "image_width": "int64",
53
+ "image_height": "int64",
54
+ "is_op": "bool",
55
+ "mentions": "object",
56
+ "mention_count": "int64",
57
+ "replies": "int64",
58
+ "images": "int64",
59
+ "unique_ips": "int64",
60
+ "content_hash": "object",
61
+ "archived": "bool",
62
+ "semantic_url": "object",
63
+ "hour_of_day": "int32",
64
+ "day_of_week": "object",
65
+ "is_weekend": "bool",
66
+ "post_count": "int64",
67
+ "total_images": "int64",
68
+ "avg_text_length": "float64",
69
+ "std_text_length": "float64",
70
+ "total_mentions": "int64"
71
+ },
72
+ "features": {
73
+ "text_stats": {
74
+ "avg_length": 156.553598094626,
75
+ "std_length": 217.67896651945279
76
+ },
77
+ "thread_stats": {
78
+ "avg_posts": 166.0209943985533,
79
+ "avg_images": 41.27425035757266
80
+ }
81
+ }
82
+ }