Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,42 +1,40 @@
|
|
| 1 |
---
|
| 2 |
-
---
|
| 3 |
tags:
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
size_categories:
|
| 12 |
-
|
| 13 |
pretty_name: Simplified FunctionGraph-LaTeX
|
| 14 |
license: apache-2.0
|
| 15 |
task_categories:
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
- image-text-to-text
|
| 19 |
configs:
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
---
|
| 41 |
---
|
| 42 |
# Simplified FunctionGraph-LaTeX
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
tags:
|
| 3 |
+
- synthetic
|
| 4 |
+
- math
|
| 5 |
+
- graph
|
| 6 |
+
- function-graph
|
| 7 |
+
- image2latex
|
| 8 |
+
- function-plot
|
| 9 |
+
- mathematics
|
| 10 |
size_categories:
|
| 11 |
+
- 1K<n<10K
|
| 12 |
pretty_name: Simplified FunctionGraph-LaTeX
|
| 13 |
license: apache-2.0
|
| 14 |
task_categories:
|
| 15 |
+
- image-to-text
|
| 16 |
+
- image-feature-extraction
|
|
|
|
| 17 |
configs:
|
| 18 |
+
- config_name: graph_function_static
|
| 19 |
+
data_files:
|
| 20 |
+
- split: train
|
| 21 |
+
path: Graph-function_static/*.parquet
|
| 22 |
+
dataset_info:
|
| 23 |
+
features:
|
| 24 |
+
- name: graph
|
| 25 |
+
dtype: image
|
| 26 |
+
- name: latex_formula
|
| 27 |
+
dtype: string
|
| 28 |
+
- config_name: graph_function_noisy
|
| 29 |
+
data_files:
|
| 30 |
+
- split: train
|
| 31 |
+
path: Graph-function_noisy/*.parquet
|
| 32 |
+
dataset_info:
|
| 33 |
+
features:
|
| 34 |
+
- name: graph
|
| 35 |
+
dtype: image
|
| 36 |
+
- name: latex_formula
|
| 37 |
+
dtype: string
|
| 38 |
---
|
| 39 |
---
|
| 40 |
# Simplified FunctionGraph-LaTeX
|