Croc-Prog-HF commited on
Commit
9fd3fba
·
verified ·
1 Parent(s): 2033b8f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -15,6 +15,15 @@ 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
+ configs:
19
+ - config_name: Graph-function Static
20
+ data_files:
21
+ - split: train
22
+ path: "Graph-function_static/*.parquet"
23
+ - config_name: Graph-function Noisy
24
+ data_files:
25
+ - split: train
26
+ path: "Graph-function_noisy/*.parquet"
27
  ---
28
  # Simplified FunctionGraph-LaTeX
29
  This dataset is a simplified preview version of teaching a model the relationship between functions graphs and mathematical functions.<br/>