Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,22 +1,26 @@
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
features:
|
4 |
-
- name:
|
5 |
dtype: string
|
6 |
-
- name:
|
|
|
|
|
|
|
|
|
7 |
dtype: string
|
8 |
splits:
|
9 |
- name: train
|
10 |
-
num_bytes:
|
11 |
num_examples: 10349
|
12 |
- name: val
|
13 |
-
num_bytes:
|
14 |
num_examples: 1294
|
15 |
- name: test
|
16 |
-
num_bytes:
|
17 |
num_examples: 1294
|
18 |
-
download_size:
|
19 |
-
dataset_size:
|
20 |
---
|
21 |
# Dataset Card for "code_langchain_func_names"
|
22 |
|
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
features:
|
4 |
+
- name: method_name
|
5 |
dtype: string
|
6 |
+
- name: method_body
|
7 |
+
dtype: string
|
8 |
+
- name: full_code
|
9 |
+
dtype: string
|
10 |
+
- name: docstring
|
11 |
dtype: string
|
12 |
splits:
|
13 |
- name: train
|
14 |
+
num_bytes: 10579711.424132334
|
15 |
num_examples: 10349
|
16 |
- name: val
|
17 |
+
num_bytes: 1322847.2879338332
|
18 |
num_examples: 1294
|
19 |
- name: test
|
20 |
+
num_bytes: 1322847.2879338332
|
21 |
num_examples: 1294
|
22 |
+
download_size: 6264087
|
23 |
+
dataset_size: 13225406.000000002
|
24 |
---
|
25 |
# Dataset Card for "code_langchain_func_names"
|
26 |
|