Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -121,6 +121,30 @@ dataset_info:
|
|
121 |
num_examples: 224
|
122 |
download_size: 226465503
|
123 |
dataset_size: 560157388
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
124 |
configs:
|
125 |
- config_name: function_class_mask_half_composer_all_context
|
126 |
data_files:
|
@@ -142,4 +166,8 @@ configs:
|
|
142 |
data_files:
|
143 |
- split: test
|
144 |
path: imports_first_composer_non_py_context/test-*
|
|
|
|
|
|
|
|
|
145 |
---
|
|
|
121 |
num_examples: 224
|
122 |
download_size: 226465503
|
123 |
dataset_size: 560157388
|
124 |
+
- config_name: imports_first_composer_py_context
|
125 |
+
features:
|
126 |
+
- name: repo_id
|
127 |
+
dtype: int64
|
128 |
+
- name: repo_name
|
129 |
+
dtype: string
|
130 |
+
- name: project_context
|
131 |
+
dtype: string
|
132 |
+
- name: file_context
|
133 |
+
list:
|
134 |
+
- name: content
|
135 |
+
dtype: string
|
136 |
+
- name: type
|
137 |
+
dtype: string
|
138 |
+
- name: gt
|
139 |
+
sequence: string
|
140 |
+
- name: metainfo_separator
|
141 |
+
dtype: string
|
142 |
+
splits:
|
143 |
+
- name: test
|
144 |
+
num_bytes: 114370147
|
145 |
+
num_examples: 224
|
146 |
+
download_size: 22077336
|
147 |
+
dataset_size: 114370147
|
148 |
configs:
|
149 |
- config_name: function_class_mask_half_composer_all_context
|
150 |
data_files:
|
|
|
166 |
data_files:
|
167 |
- split: test
|
168 |
path: imports_first_composer_non_py_context/test-*
|
169 |
+
- config_name: imports_first_composer_py_context
|
170 |
+
data_files:
|
171 |
+
- split: test
|
172 |
+
path: imports_first_composer_py_context/test-*
|
173 |
---
|