nsthorat-lilac
commited on
Commit
•
c1e5e3c
1
Parent(s):
6a0e448
Upload folder using huggingface_hub
Browse files
local/mikeion_dissertation_data/data-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e52231614d4e8cb095d58ab81866286c4ee5247ad4c176efba0784beb01ac2dc
|
3 |
+
size 199408218
|
local/mikeion_dissertation_data/manifest.json
ADDED
@@ -0,0 +1,141 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"files": [
|
3 |
+
"data-00000-of-00001.parquet"
|
4 |
+
],
|
5 |
+
"data_schema": {
|
6 |
+
"fields": {
|
7 |
+
"conversation_id": {
|
8 |
+
"dtype": {
|
9 |
+
"type": "int64"
|
10 |
+
}
|
11 |
+
},
|
12 |
+
"messages": {
|
13 |
+
"repeated_field": {
|
14 |
+
"fields": {
|
15 |
+
"id": {
|
16 |
+
"dtype": {
|
17 |
+
"type": "int64"
|
18 |
+
}
|
19 |
+
},
|
20 |
+
"author_id": {
|
21 |
+
"dtype": {
|
22 |
+
"type": "int64"
|
23 |
+
}
|
24 |
+
},
|
25 |
+
"author_name": {
|
26 |
+
"dtype": {
|
27 |
+
"type": "string"
|
28 |
+
}
|
29 |
+
},
|
30 |
+
"timestamp": {
|
31 |
+
"dtype": {
|
32 |
+
"type": "string"
|
33 |
+
}
|
34 |
+
},
|
35 |
+
"content": {
|
36 |
+
"dtype": {
|
37 |
+
"type": "string"
|
38 |
+
}
|
39 |
+
},
|
40 |
+
"attachments": {
|
41 |
+
"repeated_field": {
|
42 |
+
"fields": {
|
43 |
+
"id": {
|
44 |
+
"dtype": {
|
45 |
+
"type": "int64"
|
46 |
+
}
|
47 |
+
},
|
48 |
+
"url": {
|
49 |
+
"dtype": {
|
50 |
+
"type": "string"
|
51 |
+
}
|
52 |
+
},
|
53 |
+
"fileName": {
|
54 |
+
"dtype": {
|
55 |
+
"type": "string"
|
56 |
+
}
|
57 |
+
},
|
58 |
+
"fileSizeBytes": {
|
59 |
+
"dtype": {
|
60 |
+
"type": "int64"
|
61 |
+
}
|
62 |
+
}
|
63 |
+
}
|
64 |
+
}
|
65 |
+
},
|
66 |
+
"mentions": {
|
67 |
+
"repeated_field": {
|
68 |
+
"fields": {
|
69 |
+
"id": {
|
70 |
+
"dtype": {
|
71 |
+
"type": "int64"
|
72 |
+
}
|
73 |
+
},
|
74 |
+
"name": {
|
75 |
+
"dtype": {
|
76 |
+
"type": "string"
|
77 |
+
}
|
78 |
+
},
|
79 |
+
"discriminator": {
|
80 |
+
"dtype": {
|
81 |
+
"type": "string"
|
82 |
+
}
|
83 |
+
},
|
84 |
+
"nickname": {
|
85 |
+
"dtype": {
|
86 |
+
"type": "string"
|
87 |
+
}
|
88 |
+
},
|
89 |
+
"isBot": {
|
90 |
+
"dtype": {
|
91 |
+
"type": "boolean"
|
92 |
+
}
|
93 |
+
}
|
94 |
+
}
|
95 |
+
}
|
96 |
+
},
|
97 |
+
"reference": {
|
98 |
+
"fields": {
|
99 |
+
"messageId": {
|
100 |
+
"dtype": {
|
101 |
+
"type": "int64"
|
102 |
+
}
|
103 |
+
},
|
104 |
+
"channelId": {
|
105 |
+
"dtype": {
|
106 |
+
"type": "int64"
|
107 |
+
}
|
108 |
+
},
|
109 |
+
"guildId": {
|
110 |
+
"dtype": {
|
111 |
+
"type": "string"
|
112 |
+
}
|
113 |
+
}
|
114 |
+
}
|
115 |
+
}
|
116 |
+
}
|
117 |
+
}
|
118 |
+
},
|
119 |
+
"help_channel": {
|
120 |
+
"dtype": {
|
121 |
+
"type": "string"
|
122 |
+
}
|
123 |
+
},
|
124 |
+
"__rowid__": {
|
125 |
+
"dtype": {
|
126 |
+
"type": "string"
|
127 |
+
}
|
128 |
+
},
|
129 |
+
"__hfsplit__": {
|
130 |
+
"dtype": {
|
131 |
+
"type": "string"
|
132 |
+
}
|
133 |
+
}
|
134 |
+
}
|
135 |
+
},
|
136 |
+
"source": {
|
137 |
+
"dataset_name": "mikeion/dissertation_data",
|
138 |
+
"load_from_disk": false,
|
139 |
+
"source_name": "huggingface"
|
140 |
+
}
|
141 |
+
}
|
local/mikeion_dissertation_data/messages_content__cluster-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b9b0937888a293c8c97fffa99613b2e371bd7ab85e0c060c07d4d34e3af9cd87
|
3 |
+
size 12383836
|
local/mikeion_dissertation_data/messages_content__cluster.map_manifest.json
ADDED
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"files": [
|
3 |
+
"messages_content__cluster-00000-of-00001.parquet"
|
4 |
+
],
|
5 |
+
"parquet_id": "map.messages_content__cluster",
|
6 |
+
"data_schema": {
|
7 |
+
"fields": {
|
8 |
+
"messages_content__cluster": {
|
9 |
+
"fields": {
|
10 |
+
"cluster_id": {
|
11 |
+
"dtype": {
|
12 |
+
"type": "int32"
|
13 |
+
},
|
14 |
+
"categorical": true
|
15 |
+
},
|
16 |
+
"cluster_membership_prob": {
|
17 |
+
"dtype": {
|
18 |
+
"type": "float32"
|
19 |
+
}
|
20 |
+
},
|
21 |
+
"cluster_title": {
|
22 |
+
"dtype": {
|
23 |
+
"type": "string"
|
24 |
+
}
|
25 |
+
},
|
26 |
+
"category_id": {
|
27 |
+
"dtype": {
|
28 |
+
"type": "int32"
|
29 |
+
},
|
30 |
+
"categorical": true
|
31 |
+
},
|
32 |
+
"category_membership_prob": {
|
33 |
+
"dtype": {
|
34 |
+
"type": "float32"
|
35 |
+
}
|
36 |
+
},
|
37 |
+
"category_title": {
|
38 |
+
"dtype": {
|
39 |
+
"type": "string"
|
40 |
+
}
|
41 |
+
}
|
42 |
+
},
|
43 |
+
"cluster": {
|
44 |
+
"min_cluster_size": 5,
|
45 |
+
"use_garden": true,
|
46 |
+
"input_path": [
|
47 |
+
"messages",
|
48 |
+
"*",
|
49 |
+
"content"
|
50 |
+
]
|
51 |
+
}
|
52 |
+
}
|
53 |
+
}
|
54 |
+
},
|
55 |
+
"py_version": "0.3.0"
|
56 |
+
}
|