Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -36,6 +36,16 @@ configs:
|
|
| 36 |
dtype: image
|
| 37 |
- name: latex_formula
|
| 38 |
dtype: string
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 39 |
---
|
| 40 |
---
|
| 41 |
# Simplified FunctionGraph-LaTeX
|
|
|
|
| 36 |
dtype: image
|
| 37 |
- name: latex_formula
|
| 38 |
dtype: string
|
| 39 |
+
- config_name: graph_function_elementary
|
| 40 |
+
data_files:
|
| 41 |
+
- split: train
|
| 42 |
+
path: Graph-function_elementary/*.parquet
|
| 43 |
+
dataset_info:
|
| 44 |
+
features:
|
| 45 |
+
- name: graph
|
| 46 |
+
dtype: image
|
| 47 |
+
- name: latex_formula
|
| 48 |
+
dtype: string
|
| 49 |
---
|
| 50 |
---
|
| 51 |
# Simplified FunctionGraph-LaTeX
|