Croc-Prog-HF commited on
Commit
5dbb8f1
·
verified ·
1 Parent(s): 4dce6c6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -13
README.md CHANGED
@@ -1,22 +1,43 @@
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
- - image-text-to-text
18
-
19
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  ---
21
  # Simplified FunctionGraph-LaTeX
22
  This dataset is a simplified preview version of teaching a model the relationship between functions graphs and mathematical functions.<br/>
 
1
  ---
2
+ ---
3
  tags:
4
+ - synthetic
5
+ - math
6
+ - graph
7
+ - function-graph
8
+ - image2latex
9
+ - function-plot
10
+ - mathematics
11
  size_categories:
12
+ - 1K<n<10K
13
  pretty_name: Simplified FunctionGraph-LaTeX
14
  license: apache-2.0
15
  task_categories:
16
+ - image-to-text
17
+ - image-feature-extraction
18
+ - image-text-to-text
19
+ configs:
20
+ - config_name: graph_function_static
21
+ data_files:
22
+ - split: train
23
+ path: "Graph-function_static/*.parquet"
24
+ dataset_info:
25
+ features:
26
+ - name: graph
27
+ dtype: image
28
+ - name: latex_formula
29
+ dtype: string
30
+ - config_name: graph_function_noisy
31
+ data_files:
32
+ - split: train
33
+ path: "Graph-function_noisy/*.parquet"
34
+ dataset_info:
35
+ features:
36
+ - name: graph
37
+ dtype: image
38
+ - name: latex_formula
39
+ dtype: string
40
+ ---
41
  ---
42
  # Simplified FunctionGraph-LaTeX
43
  This dataset is a simplified preview version of teaching a model the relationship between functions graphs and mathematical functions.<br/>