File size: 382 Bytes
95f387a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29

---
pretty_name: recipes

tags:
- aisheets
- synthetic data

dataset_info:
  features:
    - name: image
      dtype: image
    - name: filename
      dtype: string
    - name: qwen-3
      dtype: string
    - name: recipe-html
      dtype: string
    - name: image-bw
      dtype: image

  
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train*
---