mrm8488 commited on
Commit
fff32d1
1 Parent(s): ee4b627

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -2
README.md CHANGED
@@ -32,10 +32,10 @@ dataset_info:
32
  dtype: string
33
  splits:
34
  - name: train
35
- num_bytes: 95790792.0
36
  num_examples: 594
37
  download_size: 73916515
38
- dataset_size: 95790792.0
39
  configs:
40
  - config_name: test
41
  data_files:
@@ -49,10 +49,18 @@ configs:
49
  data_files:
50
  - split: train
51
  path: validation/train-*
 
 
 
 
 
 
 
52
  ---
53
  # FloCo Dataset
54
 
55
  From: https://vl2g.github.io/projects/floco/
 
56
  We introduce a new large-scale dataset called "FloCo" for Flowchart images to Python Codes conversion. It contains 11,884 paired flowchart-code samples. Please refer to the paper for more details regarding statistics and dataset construction.
57
 
58
 
 
32
  dtype: string
33
  splits:
34
  - name: train
35
+ num_bytes: 95790792
36
  num_examples: 594
37
  download_size: 73916515
38
+ dataset_size: 95790792
39
  configs:
40
  - config_name: test
41
  data_files:
 
49
  data_files:
50
  - split: train
51
  path: validation/train-*
52
+ task_categories:
53
+ - image-to-image
54
+ tags:
55
+ - code
56
+ pretty_name: FloCo
57
+ size_categories:
58
+ - 10K<n<100K
59
  ---
60
  # FloCo Dataset
61
 
62
  From: https://vl2g.github.io/projects/floco/
63
+
64
  We introduce a new large-scale dataset called "FloCo" for Flowchart images to Python Codes conversion. It contains 11,884 paired flowchart-code samples. Please refer to the paper for more details regarding statistics and dataset construction.
65
 
66