Alex-xu commited on
Commit
9492855
1 Parent(s): cff6c18

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +39 -0
README.md ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: test
8
+ path: data/test-*
9
+ dataset_info:
10
+ features:
11
+ - name: metadata
12
+ struct:
13
+ - name: binary_name
14
+ dtype: string
15
+ - name: function_addr
16
+ dtype: int64
17
+ - name: function_name
18
+ dtype: string
19
+ - name: project_name
20
+ dtype: string
21
+ - name: code_w_type
22
+ dtype: string
23
+ - name: code
24
+ dtype: string
25
+ - name: data_dep
26
+ dtype: string
27
+ splits:
28
+ - name: train
29
+ num_bytes: 268866704.4189582
30
+ num_examples: 55771
31
+ - name: test
32
+ num_bytes: 29875149.581041828
33
+ num_examples: 6197
34
+ download_size: 63950792
35
+ dataset_size: 298741854.0
36
+ ---
37
+ # Dataset Card for "marinda-type-inference-debuginfo-only-O0-shuffle"
38
+
39
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)