Alex-xu commited on
Commit
a507bf7
1 Parent(s): f5a1132

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