honicky commited on
Commit
c0b4b4d
·
verified ·
1 Parent(s): f7570b0

Add train/val/test splits for HDFS logs

Browse files
README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: event_encoded
5
+ dtype: string
6
+ - name: BlockId
7
+ dtype: string
8
+ - name: Label
9
+ dtype: string
10
+ - name: __index_level_0__
11
+ dtype: int64
12
+ splits:
13
+ - name: train
14
+ num_bytes: 274506710
15
+ num_examples: 460048
16
+ - name: validation
17
+ num_bytes: 34356664
18
+ num_examples: 57506
19
+ - name: test
20
+ num_bytes: 34303020
21
+ num_examples: 57507
22
+ download_size: 97169898
23
+ dataset_size: 343166394
24
+ configs:
25
+ - config_name: default
26
+ data_files:
27
+ - split: train
28
+ path: data/train-*
29
+ - split: validation
30
+ path: data/validation-*
31
+ - split: test
32
+ path: data/test-*
33
+ ---
data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1687bc253c9af0f396e330380bfb3dc4cdc541a3a9064f57b2744a1dfb903ead
3
+ size 9713612
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:223e3f57120e62a07e6a12ff2cd99c8b431af71211257f9562bdd1b3091fddc3
3
+ size 77734318
data/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac82f8f8fa8fd50478f315f1436324764d8192bbcaca1c50efe342d8117cad75
3
+ size 9721968