Commit ·
9ae7fd2
1
Parent(s): 0217a8b
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -15,6 +15,21 @@ dataset_info:
|
|
| 15 |
num_examples: 2
|
| 16 |
download_size: 1674
|
| 17 |
dataset_size: 78
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
---
|
| 19 |
# Dataset Card for "test_push_two_configs"
|
| 20 |
|
|
|
|
| 15 |
num_examples: 2
|
| 16 |
download_size: 1674
|
| 17 |
dataset_size: 78
|
| 18 |
+
- config_name: v2
|
| 19 |
+
features:
|
| 20 |
+
- name: x
|
| 21 |
+
dtype: int64
|
| 22 |
+
- name: y
|
| 23 |
+
dtype: string
|
| 24 |
+
splits:
|
| 25 |
+
- name: train
|
| 26 |
+
num_bytes: 60
|
| 27 |
+
num_examples: 4
|
| 28 |
+
- name: test
|
| 29 |
+
num_bytes: 18
|
| 30 |
+
num_examples: 1
|
| 31 |
+
download_size: 1671
|
| 32 |
+
dataset_size: 78
|
| 33 |
---
|
| 34 |
# Dataset Card for "test_push_two_configs"
|
| 35 |
|