Commit ·
1357604
1
Parent(s): 9b9acf6
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
| 1 |
---
|
| 2 |
dataset_info:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
features:
|
| 4 |
- name: x
|
| 5 |
dtype: int64
|
|
@@ -11,6 +24,15 @@ dataset_info:
|
|
| 11 |
num_examples: 10
|
| 12 |
download_size: 1371
|
| 13 |
dataset_size: 160
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
---
|
| 15 |
# Dataset Card for "old_push2"
|
| 16 |
|
|
|
|
| 1 |
---
|
| 2 |
dataset_info:
|
| 3 |
+
- config_name: custom
|
| 4 |
+
features:
|
| 5 |
+
- name: x
|
| 6 |
+
dtype: int64
|
| 7 |
+
- name: y
|
| 8 |
+
dtype: int64
|
| 9 |
+
splits:
|
| 10 |
+
- name: train
|
| 11 |
+
num_bytes: 80
|
| 12 |
+
num_examples: 5
|
| 13 |
+
download_size: 1317
|
| 14 |
+
dataset_size: 80
|
| 15 |
+
- config_name: default
|
| 16 |
features:
|
| 17 |
- name: x
|
| 18 |
dtype: int64
|
|
|
|
| 24 |
num_examples: 10
|
| 25 |
download_size: 1371
|
| 26 |
dataset_size: 160
|
| 27 |
+
builder_config:
|
| 28 |
+
- config_name: custom
|
| 29 |
+
data_files:
|
| 30 |
+
- split: train
|
| 31 |
+
pattern: custom/train-*
|
| 32 |
+
- config_name: default
|
| 33 |
+
data_files:
|
| 34 |
+
- split: train
|
| 35 |
+
pattern: data/train-*
|
| 36 |
---
|
| 37 |
# Dataset Card for "old_push2"
|
| 38 |
|