Croc-Prog-HF commited on
Commit
35ea4b7
·
verified ·
1 Parent(s): ba164ab

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -10
README.md CHANGED
@@ -29,18 +29,18 @@ configs:
29
  dtype: string
30
  - config_name: complex_functions_multimask
31
  data_files:
32
- - split: train
33
- path: ComplexFunctions_MultiMask/*.parquet
34
  dataset_info:
35
  features:
36
- - name: ID
37
- dtype: float64
38
- - name: Input Graph
39
- dtype: image
40
- - name: Single Masks Gallery
41
- dtype: image
42
- - name: Output_latex_formula
43
- dtype: string
44
  size_categories:
45
  - 1K<n<10K
46
  ---
 
29
  dtype: string
30
  - config_name: complex_functions_multimask
31
  data_files:
32
+ - split: train
33
+ path: ComplexFunctions_MultiMask/*.parquet
34
  dataset_info:
35
  features:
36
+ - name: ID
37
+ dtype: int64
38
+ - name: Input Graph
39
+ dtype: image
40
+ - name: Single Masks Gallery
41
+ sequence: image
42
+ - name: Output_latex_formula
43
+ dtype: string
44
  size_categories:
45
  - 1K<n<10K
46
  ---