Update README.md
Browse files
README.md
CHANGED
|
@@ -14,10 +14,8 @@ tags:
|
|
| 14 |
- function-plot
|
| 15 |
- mathematics
|
| 16 |
pretty_name: Elementary Functions MaskedGraph-LaTeX
|
| 17 |
-
size_categories:
|
| 18 |
-
- 1K<n<10K
|
| 19 |
configs:
|
| 20 |
-
- config_name:
|
| 21 |
data_files:
|
| 22 |
- split: train
|
| 23 |
path: ComplexFunctions_MultiMask/*.parquet
|
|
@@ -29,7 +27,7 @@ configs:
|
|
| 29 |
dtype: image
|
| 30 |
- name: latex_formula
|
| 31 |
dtype: string
|
| 32 |
-
- config_name:
|
| 33 |
data_files:
|
| 34 |
- split: train
|
| 35 |
path: ElementaryFunctions_OneMask/*.parquet
|
|
@@ -41,6 +39,8 @@ configs:
|
|
| 41 |
dtype: image
|
| 42 |
- name: latex_formula
|
| 43 |
dtype: string
|
|
|
|
|
|
|
| 44 |
---
|
| 45 |
# Elementary Functions MaskedGraph-LaTeX
|
| 46 |
This dataset was created to teach the model to "decompose" complex functions into elementary functions, isolating their pieces as elementary functions by associating masks with complex functions.<br/>
|
|
|
|
| 14 |
- function-plot
|
| 15 |
- mathematics
|
| 16 |
pretty_name: Elementary Functions MaskedGraph-LaTeX
|
|
|
|
|
|
|
| 17 |
configs:
|
| 18 |
+
- config_name: complex_functions_multimask
|
| 19 |
data_files:
|
| 20 |
- split: train
|
| 21 |
path: ComplexFunctions_MultiMask/*.parquet
|
|
|
|
| 27 |
dtype: image
|
| 28 |
- name: latex_formula
|
| 29 |
dtype: string
|
| 30 |
+
- config_name: elementary_functions_onemask
|
| 31 |
data_files:
|
| 32 |
- split: train
|
| 33 |
path: ElementaryFunctions_OneMask/*.parquet
|
|
|
|
| 39 |
dtype: image
|
| 40 |
- name: latex_formula
|
| 41 |
dtype: string
|
| 42 |
+
size_categories:
|
| 43 |
+
- 1K<n<10K
|
| 44 |
---
|
| 45 |
# Elementary Functions MaskedGraph-LaTeX
|
| 46 |
This dataset was created to teach the model to "decompose" complex functions into elementary functions, isolating their pieces as elementary functions by associating masks with complex functions.<br/>
|