Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -97,6 +97,30 @@ dataset_info:
|
|
97 |
num_examples: 224
|
98 |
download_size: 236389259
|
99 |
dataset_size: 590554966
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
100 |
configs:
|
101 |
- config_name: function_class_mask_half_composer_all_context
|
102 |
data_files:
|
@@ -114,4 +138,8 @@ configs:
|
|
114 |
data_files:
|
115 |
- split: test
|
116 |
path: imports_first_composer_all_context/test-*
|
|
|
|
|
|
|
|
|
117 |
---
|
|
|
97 |
num_examples: 224
|
98 |
download_size: 236389259
|
99 |
dataset_size: 590554966
|
100 |
+
- config_name: imports_first_composer_non_py_context
|
101 |
+
features:
|
102 |
+
- name: repo_id
|
103 |
+
dtype: int64
|
104 |
+
- name: repo_name
|
105 |
+
dtype: string
|
106 |
+
- name: project_context
|
107 |
+
dtype: string
|
108 |
+
- name: file_context
|
109 |
+
list:
|
110 |
+
- name: content
|
111 |
+
dtype: string
|
112 |
+
- name: type
|
113 |
+
dtype: string
|
114 |
+
- name: gt
|
115 |
+
sequence: string
|
116 |
+
- name: metainfo_separator
|
117 |
+
dtype: string
|
118 |
+
splits:
|
119 |
+
- name: test
|
120 |
+
num_bytes: 560157388
|
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:
|
|
|
138 |
data_files:
|
139 |
- split: test
|
140 |
path: imports_first_composer_all_context/test-*
|
141 |
+
- config_name: imports_first_composer_non_py_context
|
142 |
+
data_files:
|
143 |
+
- split: test
|
144 |
+
path: imports_first_composer_non_py_context/test-*
|
145 |
---
|