Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
dataset_info:
|
4 |
-
|
5 |
features:
|
6 |
- name: repo_id
|
7 |
dtype: int64
|
@@ -25,9 +25,37 @@ dataset_info:
|
|
25 |
num_examples: 224
|
26 |
download_size: 0
|
27 |
dataset_size: 316335006
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
configs:
|
29 |
- config_name: function_class_mask_half_composer_all_context
|
30 |
data_files:
|
31 |
- split: test
|
32 |
path: function_class_mask_half_composer_all_context/test-*
|
|
|
|
|
|
|
|
|
33 |
---
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
dataset_info:
|
4 |
+
- config_name: function_class_mask_half_composer_all_context
|
5 |
features:
|
6 |
- name: repo_id
|
7 |
dtype: int64
|
|
|
25 |
num_examples: 224
|
26 |
download_size: 0
|
27 |
dataset_size: 316335006
|
28 |
+
- config_name: function_class_mask_half_composer_non_py_context
|
29 |
+
features:
|
30 |
+
- name: repo_id
|
31 |
+
dtype: int64
|
32 |
+
- name: repo_name
|
33 |
+
dtype: string
|
34 |
+
- name: project_context
|
35 |
+
dtype: string
|
36 |
+
- name: file_context
|
37 |
+
list:
|
38 |
+
- name: content
|
39 |
+
dtype: string
|
40 |
+
- name: type
|
41 |
+
dtype: string
|
42 |
+
- name: gt
|
43 |
+
sequence: string
|
44 |
+
- name: metainfo_separator
|
45 |
+
dtype: string
|
46 |
+
splits:
|
47 |
+
- name: test
|
48 |
+
num_bytes: 315664977
|
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:
|
55 |
- split: test
|
56 |
path: function_class_mask_half_composer_all_context/test-*
|
57 |
+
- config_name: function_class_mask_half_composer_non_py_context
|
58 |
+
data_files:
|
59 |
+
- split: test
|
60 |
+
path: function_class_mask_half_composer_non_py_context/test-*
|
61 |
---
|