zhaojer commited on
Commit
ce33bd3
1 Parent(s): 42f0efc

Upload dataset

Browse files
README.md CHANGED
@@ -8,6 +8,37 @@ tags:
8
  - IR
9
  - Path
10
  - Hot Path
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  ---
12
 
13
  # Dataset Card for Compiler Hot Paths
 
8
  - IR
9
  - Path
10
  - Hot Path
11
+ configs:
12
+ - config_name: default
13
+ data_files:
14
+ - split: train
15
+ path: data/train-*
16
+ - split: validation
17
+ path: data/validation-*
18
+ - split: test
19
+ path: data/test-*
20
+ dataset_info:
21
+ features:
22
+ - name: path
23
+ dtype: string
24
+ - name: count
25
+ dtype: int64
26
+ - name: source_file
27
+ dtype: string
28
+ - name: label
29
+ dtype: int64
30
+ splits:
31
+ - name: train
32
+ num_bytes: 3468576
33
+ num_examples: 1190
34
+ - name: validation
35
+ num_bytes: 647074
36
+ num_examples: 211
37
+ - name: test
38
+ num_bytes: 194998
39
+ num_examples: 160
40
+ download_size: 798471
41
+ dataset_size: 4310648
42
  ---
43
 
44
  # Dataset Card for Compiler Hot Paths
data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57db71bded7ef67a74b6ea64f1c17c1c584a83e0e6f89d4c8245a41303083c17
3
+ size 28641
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e87e01638b242548ab944a3ac5849f9315c222db2659061e6770bcbb443053b
3
+ size 646865
data/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7780004c98dcfe80225d79f0fb8f0c47d15addb952a62f610d6260eda53c85a8
3
+ size 122965