Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -49,6 +49,30 @@ dataset_info:
|
|
| 49 |
num_examples: 224
|
| 50 |
download_size: 127938122
|
| 51 |
dataset_size: 315664977
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 52 |
configs:
|
| 53 |
- config_name: function_class_mask_half_composer_all_context
|
| 54 |
data_files:
|
|
@@ -58,4 +82,8 @@ configs:
|
|
| 58 |
data_files:
|
| 59 |
- split: test
|
| 60 |
path: function_class_mask_half_composer_non_py_context/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 61 |
---
|
|
|
|
| 49 |
num_examples: 224
|
| 50 |
download_size: 127938122
|
| 51 |
dataset_size: 315664977
|
| 52 |
+
- config_name: function_class_mask_half_composer_py_context
|
| 53 |
+
features:
|
| 54 |
+
- name: repo_id
|
| 55 |
+
dtype: int64
|
| 56 |
+
- name: repo_name
|
| 57 |
+
dtype: string
|
| 58 |
+
- name: project_context
|
| 59 |
+
dtype: string
|
| 60 |
+
- name: file_context
|
| 61 |
+
list:
|
| 62 |
+
- name: content
|
| 63 |
+
dtype: string
|
| 64 |
+
- name: type
|
| 65 |
+
dtype: string
|
| 66 |
+
- name: gt
|
| 67 |
+
sequence: string
|
| 68 |
+
- name: metainfo_separator
|
| 69 |
+
dtype: string
|
| 70 |
+
splits:
|
| 71 |
+
- name: test
|
| 72 |
+
num_bytes: 101260211
|
| 73 |
+
num_examples: 224
|
| 74 |
+
download_size: 17862587
|
| 75 |
+
dataset_size: 101260211
|
| 76 |
configs:
|
| 77 |
- config_name: function_class_mask_half_composer_all_context
|
| 78 |
data_files:
|
|
|
|
| 82 |
data_files:
|
| 83 |
- split: test
|
| 84 |
path: function_class_mask_half_composer_non_py_context/test-*
|
| 85 |
+
- config_name: function_class_mask_half_composer_py_context
|
| 86 |
+
data_files:
|
| 87 |
+
- split: test
|
| 88 |
+
path: function_class_mask_half_composer_py_context/test-*
|
| 89 |
---
|