Upload README.md with huggingface_hub
Browse files
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: 265826924.50166753
|
30 |
+
num_examples: 28065
|
31 |
+
- name: test
|
32 |
+
num_bytes: 29542639.498332478
|
33 |
+
num_examples: 3119
|
34 |
+
download_size: 78570389
|
35 |
+
dataset_size: 295369564.0
|
36 |
+
---
|
37 |
+
# Dataset Card for "marinda-type-inference-debuginfo-only-O3-shuffle"
|
38 |
+
|
39 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|