Croc-Prog-HF commited on
Commit
bca9336
·
verified ·
1 Parent(s): 439342f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -32
README.md CHANGED
@@ -1,42 +1,40 @@
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
 
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