Add 'linear_standard' config data files
Browse files
README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
---
|
| 2 |
dataset_info:
|
| 3 |
-
|
| 4 |
features:
|
| 5 |
- name: equation
|
| 6 |
dtype: string
|
|
@@ -17,6 +17,23 @@ dataset_info:
|
|
| 17 |
num_examples: 100
|
| 18 |
download_size: 5445
|
| 19 |
dataset_size: 6800
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
configs:
|
| 21 |
- config_name: linear_example
|
| 22 |
data_files:
|
|
@@ -24,4 +41,10 @@ configs:
|
|
| 24 |
path: linear_example/train-*
|
| 25 |
- split: test
|
| 26 |
path: linear_example/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
---
|
|
|
|
| 1 |
---
|
| 2 |
dataset_info:
|
| 3 |
+
- config_name: linear_example
|
| 4 |
features:
|
| 5 |
- name: equation
|
| 6 |
dtype: string
|
|
|
|
| 17 |
num_examples: 100
|
| 18 |
download_size: 5445
|
| 19 |
dataset_size: 6800
|
| 20 |
+
- config_name: linear_standard
|
| 21 |
+
features:
|
| 22 |
+
- name: equation
|
| 23 |
+
dtype: string
|
| 24 |
+
- name: vars
|
| 25 |
+
sequence: int64
|
| 26 |
+
- name: output
|
| 27 |
+
dtype: int64
|
| 28 |
+
splits:
|
| 29 |
+
- name: train
|
| 30 |
+
num_bytes: 3400
|
| 31 |
+
num_examples: 100
|
| 32 |
+
- name: test
|
| 33 |
+
num_bytes: 3400
|
| 34 |
+
num_examples: 100
|
| 35 |
+
download_size: 5443
|
| 36 |
+
dataset_size: 6800
|
| 37 |
configs:
|
| 38 |
- config_name: linear_example
|
| 39 |
data_files:
|
|
|
|
| 41 |
path: linear_example/train-*
|
| 42 |
- split: test
|
| 43 |
path: linear_example/test-*
|
| 44 |
+
- config_name: linear_standard
|
| 45 |
+
data_files:
|
| 46 |
+
- split: train
|
| 47 |
+
path: linear_standard/train-*
|
| 48 |
+
- split: test
|
| 49 |
+
path: linear_standard/test-*
|
| 50 |
---
|
linear_standard/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2fceac6955263843ecc6eb5df7a70b88a37757ada0e5b31259a9e15476dea48b
|
| 3 |
+
size 2715
|
linear_standard/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c57d6551c4b77cd4c80f1bf40b4f3ad41e7e1c2718a4033c758e568eb10e1aa5
|
| 3 |
+
size 2728
|