Commit
·
faa0322
1
Parent(s):
dafa61e
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -3,18 +3,24 @@ dataset_info:
|
|
3 |
features:
|
4 |
- name: title
|
5 |
dtype: string
|
|
|
|
|
6 |
- name: context
|
7 |
dtype: string
|
8 |
- name: path
|
9 |
dtype: string
|
10 |
-
- name: index
|
11 |
-
dtype: int64
|
12 |
splits:
|
13 |
- name: train
|
14 |
-
num_bytes:
|
15 |
-
num_examples:
|
16 |
-
|
17 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
---
|
19 |
# Dataset Card for "pandas-documentation"
|
20 |
|
|
|
3 |
features:
|
4 |
- name: title
|
5 |
dtype: string
|
6 |
+
- name: summary
|
7 |
+
dtype: string
|
8 |
- name: context
|
9 |
dtype: string
|
10 |
- name: path
|
11 |
dtype: string
|
|
|
|
|
12 |
splits:
|
13 |
- name: train
|
14 |
+
num_bytes: 11630760
|
15 |
+
num_examples: 4729
|
16 |
+
- name: validate
|
17 |
+
num_bytes: 4424483
|
18 |
+
num_examples: 1577
|
19 |
+
- name: test
|
20 |
+
num_bytes: 4048249
|
21 |
+
num_examples: 1577
|
22 |
+
download_size: 6979790
|
23 |
+
dataset_size: 20103492
|
24 |
---
|
25 |
# Dataset Card for "pandas-documentation"
|
26 |
|