Croc-Prog-HF commited on
Commit
ff0845a
·
verified ·
1 Parent(s): cc907bd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -1
README.md CHANGED
@@ -9,7 +9,6 @@ tags:
9
  - math
10
  - graph
11
  - latex
12
- - graph
13
  - function-graph
14
  - image2latex
15
  - function-plot
@@ -17,6 +16,31 @@ tags:
17
  pretty_name: Elementary Functions MaskedGraph-LaTeX
18
  size_categories:
19
  - 1K<n<10K
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  ---
21
  # Elementary Functions MaskedGraph-LaTeX
22
  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/>
 
9
  - math
10
  - graph
11
  - latex
 
12
  - function-graph
13
  - image2latex
14
  - function-plot
 
16
  pretty_name: Elementary Functions MaskedGraph-LaTeX
17
  size_categories:
18
  - 1K<n<10K
19
+ configs:
20
+ - config_name: Complex Functions MultiMask
21
+ data_files:
22
+ - split: train
23
+ path: ComplexFunctions_MultiMask/*.parquet
24
+ dataset_info:
25
+ features:
26
+ - name: graph
27
+ dtype: image
28
+ - name: masked_graph
29
+ dtype: image
30
+ - name: latex_formula
31
+ dtype: string
32
+ - config_name: Elementary Functions OneMask
33
+ data_files:
34
+ - split: train
35
+ path: ElementaryFunctions_OneMask/*.parquet
36
+ dataset_info:
37
+ features:
38
+ - name: graph
39
+ dtype: image
40
+ - name: masked_graph
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/>