Croc-Prog-HF's picture
Update README.md
837db57 verified
---
tags:
- synthetic
- math
- graph
- function-graph
- image2latex
- function-plot
- mathematics
size_categories:
- 1K<n<10K
pretty_name: Simplified FunctionGraph-LaTeX
license: apache-2.0
task_categories:
- image-to-text
- image-feature-extraction
- image-classification
configs:
- config_name: graph_function_static
data_files:
- split: train
path: Graph-function_static/*.parquet
dataset_info:
features:
- name: graph
dtype: image
- name: latex_formula
dtype: string
- config_name: graph_function_noisy
data_files:
- split: train
path: Graph-function_noisy/*.parquet
dataset_info:
features:
- name: graph
dtype: image
- name: latex_formula
dtype: string
- config_name: graph_function_elementary
data_files:
- split: train
path: Graph-function_elementary/*.parquet
dataset_info:
features:
- name: graph
dtype: image
- name: latex_formula
dtype: string
---
---
# Simplified FunctionGraph-LaTeX
This dataset is a simplified preview version of teaching a model the relationship between functions graphs and mathematical functions.<br/>
The functions were generated randomly; see: [Simplified_FunctionGraph-LaTeX.ipynb](https://github.com/Croc-Prog-github/JupitersNotebooks-published/blob/main/MathGraph-to-latext/Simplified_FunctionGraph-LaTeX.ipynb).