Update README.md
Browse files
README.md
CHANGED
|
@@ -29,18 +29,18 @@ configs:
|
|
| 29 |
dtype: string
|
| 30 |
- config_name: complex_functions_multimask
|
| 31 |
data_files:
|
| 32 |
-
|
| 33 |
-
|
| 34 |
dataset_info:
|
| 35 |
features:
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
| 44 |
size_categories:
|
| 45 |
- 1K<n<10K
|
| 46 |
---
|
|
|
|
| 29 |
dtype: string
|
| 30 |
- config_name: complex_functions_multimask
|
| 31 |
data_files:
|
| 32 |
+
- split: train
|
| 33 |
+
path: ComplexFunctions_MultiMask/*.parquet
|
| 34 |
dataset_info:
|
| 35 |
features:
|
| 36 |
+
- name: ID
|
| 37 |
+
dtype: int64
|
| 38 |
+
- name: Input Graph
|
| 39 |
+
dtype: image
|
| 40 |
+
- name: Single Masks Gallery
|
| 41 |
+
sequence: image
|
| 42 |
+
- name: Output_latex_formula
|
| 43 |
+
dtype: string
|
| 44 |
size_categories:
|
| 45 |
- 1K<n<10K
|
| 46 |
---
|