Add 'plane_example' config data files
Browse files
README.md
CHANGED
|
@@ -102,6 +102,23 @@ dataset_info:
|
|
| 102 |
num_examples: 100
|
| 103 |
download_size: 4977
|
| 104 |
dataset_size: 11000
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 105 |
configs:
|
| 106 |
- config_name: linear_example
|
| 107 |
data_files:
|
|
@@ -139,4 +156,10 @@ configs:
|
|
| 139 |
path: paraboloid_standard/train-*
|
| 140 |
- split: test
|
| 141 |
path: paraboloid_standard/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 142 |
---
|
|
|
|
| 102 |
num_examples: 100
|
| 103 |
download_size: 4977
|
| 104 |
dataset_size: 11000
|
| 105 |
+
- config_name: plane_example
|
| 106 |
+
features:
|
| 107 |
+
- name: equation
|
| 108 |
+
dtype: string
|
| 109 |
+
- name: vars
|
| 110 |
+
sequence: int64
|
| 111 |
+
- name: output
|
| 112 |
+
dtype: int64
|
| 113 |
+
splits:
|
| 114 |
+
- name: train
|
| 115 |
+
num_bytes: 4600
|
| 116 |
+
num_examples: 100
|
| 117 |
+
- name: test
|
| 118 |
+
num_bytes: 4600
|
| 119 |
+
num_examples: 100
|
| 120 |
+
download_size: 4484
|
| 121 |
+
dataset_size: 9200
|
| 122 |
configs:
|
| 123 |
- config_name: linear_example
|
| 124 |
data_files:
|
|
|
|
| 156 |
path: paraboloid_standard/train-*
|
| 157 |
- split: test
|
| 158 |
path: paraboloid_standard/test-*
|
| 159 |
+
- config_name: plane_example
|
| 160 |
+
data_files:
|
| 161 |
+
- split: train
|
| 162 |
+
path: plane_example/train-*
|
| 163 |
+
- split: test
|
| 164 |
+
path: plane_example/test-*
|
| 165 |
---
|
plane_example/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:509a7bd6604a358301e521c4f510088059b39b6f4004a6fc207dc44a71ec2e2d
|
| 3 |
+
size 2257
|
plane_example/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:404e9df0321ecbf70db457c703bd0c6a1adcfb9da01ca5f9723e4a2af6b87b3d
|
| 3 |
+
size 2227
|