Datasets:
Change paths, add raw sample for 'full' configuration
Browse files- data/full/bluemoon.test.raw +3 -0
- data/full/{train/bluemoon.json β bluemoon.train.json} +0 -0
- data/full/train/stats/stats.json +0 -20
- dataset.yaml +34 -7
- stats/full/test/conversations.json.gz +3 -0
- stats/full/test/stats.json +3 -0
- stats/full/test/vocabulary.json.gz +3 -0
- {data/full/train/stats β stats/full/train}/conversations.json.gz +0 -0
- stats/full/train/stats.json +3 -0
- {data/full/train/stats β stats/full/train}/vocabulary.json.gz +0 -0
data/full/bluemoon.test.raw
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:353b6d2d82dc64c6ba7b99d4c428112fecf92c86ce4f3d5d57534bc25e73c704
|
3 |
+
size 2107102
|
data/full/{train/bluemoon.json β bluemoon.train.json}
RENAMED
File without changes
|
data/full/train/stats/stats.json
DELETED
@@ -1,20 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"conversationsTotal": 3338,
|
3 |
-
"messagesTotal": 290544,
|
4 |
-
"tokensTotal": 53748124,
|
5 |
-
"tokensMean": 184.99134038217963,
|
6 |
-
"tokensStdDev": 339.24165956085,
|
7 |
-
"wordsTotal": 46559473,
|
8 |
-
"wordsMean": 160.24930131064485,
|
9 |
-
"wordsStdDev": 282.40271386844154,
|
10 |
-
"messagesLenMean": 883.6873106999284,
|
11 |
-
"messagesLenStdDev": 1604.2830321088059,
|
12 |
-
"messagesCountMean": 87.04134212103055,
|
13 |
-
"wordsMin": 1,
|
14 |
-
"wordsMax": 106883,
|
15 |
-
"tokensMin": 2,
|
16 |
-
"tokensMax": 135347,
|
17 |
-
"messagesLenTotal": 256750046,
|
18 |
-
"messagesLenMin": 6,
|
19 |
-
"messagesLenMax": 622665
|
20 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
dataset.yaml
CHANGED
@@ -21,13 +21,18 @@ _input_steps:
|
|
21 |
conversation: 'thread_href'
|
22 |
from: 'message_username'
|
23 |
message: 'message'
|
|
|
|
|
|
|
|
|
|
|
24 |
|
25 |
_output_steps:
|
26 |
- step: &bluemoon_fastchat
|
27 |
type: FastChatOutput
|
28 |
sync: main
|
29 |
config:
|
30 |
-
path: "out/data/full/
|
31 |
indent: 2
|
32 |
#includeMessageId: true
|
33 |
|
@@ -191,10 +196,10 @@ _steps:
|
|
191 |
description: "Output statistics"
|
192 |
sync: main
|
193 |
config:
|
194 |
-
path: 'out/
|
195 |
-
vocabPath: 'out/
|
196 |
gZipVocabulary: true
|
197 |
-
conversationsPath: 'out/
|
198 |
gZipConversations: true
|
199 |
_passes:
|
200 |
- pass: &clean
|
@@ -211,7 +216,29 @@ _passes:
|
|
211 |
*bluemoon_fastchat, *stats_output
|
212 |
]
|
213 |
artifacts:
|
214 |
-
- file: 'out/data/full/
|
215 |
sha512: 70ddecc11f8b280a5d641ce502e91a2392aa9dc12e0704617edb1599e4c235b6e8015987f109a09c83746f717cec715fcad04587cc066897583eaf2bd439616b
|
216 |
-
|
217 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
conversation: 'thread_href'
|
22 |
from: 'message_username'
|
23 |
message: 'message'
|
24 |
+
- step: &bluemoon_cleaned
|
25 |
+
type: FastChatInput
|
26 |
+
sync: main
|
27 |
+
config:
|
28 |
+
path: "out/data/full/bluemoon.train.json"
|
29 |
|
30 |
_output_steps:
|
31 |
- step: &bluemoon_fastchat
|
32 |
type: FastChatOutput
|
33 |
sync: main
|
34 |
config:
|
35 |
+
path: "out/data/full/bluemoon.train.json"
|
36 |
indent: 2
|
37 |
#includeMessageId: true
|
38 |
|
|
|
196 |
description: "Output statistics"
|
197 |
sync: main
|
198 |
config:
|
199 |
+
path: 'out/stats/full/train/stats.json'
|
200 |
+
vocabPath: 'out/stats/full/train/vocabulary.json.gz'
|
201 |
gZipVocabulary: true
|
202 |
+
conversationsPath: 'out/stats/full/train/conversations.json.gz'
|
203 |
gZipConversations: true
|
204 |
_passes:
|
205 |
- pass: &clean
|
|
|
216 |
*bluemoon_fastchat, *stats_output
|
217 |
]
|
218 |
artifacts:
|
219 |
+
- file: 'out/data/full/bluemoon.train.json'
|
220 |
sha512: 70ddecc11f8b280a5d641ce502e91a2392aa9dc12e0704617edb1599e4c235b6e8015987f109a09c83746f717cec715fcad04587cc066897583eaf2bd439616b
|
221 |
+
- pass: &test_sample
|
222 |
+
required:
|
223 |
+
- path: "out/data/full/bluemoon.train.json"
|
224 |
+
steps:
|
225 |
+
- *bluemoon_cleaned
|
226 |
+
- type: RawSampleOutput
|
227 |
+
sync: main
|
228 |
+
config:
|
229 |
+
ratio: 0.01
|
230 |
+
forwardFilter: true
|
231 |
+
path: "out/data/full/bluemoon.test.raw"
|
232 |
+
- type: StatsOutput
|
233 |
+
description: "Output statistics"
|
234 |
+
sync: main
|
235 |
+
config:
|
236 |
+
path: 'out/stats/full/test/stats.json'
|
237 |
+
vocabPath: 'out/stats/full/test/vocabulary.json.gz'
|
238 |
+
gZipVocabulary: true
|
239 |
+
conversationsPath: 'out/stats/full/test/conversations.json.gz'
|
240 |
+
gZipConversations: true
|
241 |
+
artifacts:
|
242 |
+
- file: 'out/data/full/bluemoon.test.raw'
|
243 |
+
sha512: 4a01cc53de82c36dc1fa30ffb41c1c8f1a9bfa0a51f632f9fc9d8dbe57a2200008a93562521a23bfbc8779f039116c0604b6cc511dcaf907ba701bfa80620b48
|
244 |
+
passes: [ *clean, *test_sample ]
|
stats/full/test/conversations.json.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3a03d9fe826c171f10b9c387e8a54451954d5d6685ada49e583f35ab11665ca8
|
3 |
+
size 22574
|
stats/full/test/stats.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ba8b880bad27a38b86cdd4f0e2a90f742b9bfe131230c8a3711e9125e75d4572
|
3 |
+
size 515
|
stats/full/test/vocabulary.json.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5d878bacf92c56e33584509e20a96d99c3af168544bf89db7723ba2fbb83a3f9
|
3 |
+
size 115785
|
{data/full/train/stats β stats/full/train}/conversations.json.gz
RENAMED
File without changes
|
stats/full/train/stats.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:60e69aa89b94565b45d4961a083f42bab390e2a4f2a1f5652ee1334cfe9a8516
|
3 |
+
size 526
|
{data/full/train/stats β stats/full/train}/vocabulary.json.gz
RENAMED
File without changes
|