Croc-Prog-HF commited on
Commit
2bc9d2a
·
verified ·
1 Parent(s): 7fbc14f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -15,6 +15,22 @@ task_categories:
15
  - image-to-text
16
  - image-feature-extraction
17
  - image-text-to-text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  ---
19
  # Simplified FunctionGraph-LaTeX
20
  This dataset is a simplified preview version of teaching a model the relationship between functions graphs and mathematical functions.<br/>
 
15
  - image-to-text
16
  - image-feature-extraction
17
  - image-text-to-text
18
+
19
+ configs:
20
+ - config_name: Graph-function Static
21
+ data_files:
22
+ - split: train
23
+ path: "Graph-function_static/*.parquet"
24
+ features:
25
+ graph: image
26
+ latex_formula: string
27
+ - config_name: Graph-function Noisy
28
+ data_files:
29
+ - split: train
30
+ path: "Graph-function_noisy/*.parquet"
31
+ features:
32
+ graph: image
33
+ latex_formula: string
34
  ---
35
  # Simplified FunctionGraph-LaTeX
36
  This dataset is a simplified preview version of teaching a model the relationship between functions graphs and mathematical functions.<br/>