Alex-xu commited on
Commit
756049f
1 Parent(s): 95a9925

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: 204117739.7069311
30
+ num_examples: 29631
31
+ - name: test
32
+ num_bytes: 22684341.293068886
33
+ num_examples: 3293
34
+ download_size: 56107280
35
+ dataset_size: 226802081.0
36
+ ---
37
+ # Dataset Card for "marinda-type-inference-debuginfo-only-O2-shuffle"
38
+
39
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)