File size: 559 Bytes
2786b67 e10cf0b 2786b67 6abfd69 2786b67 6abfd69 2786b67 |
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 30 31 32 |
---
dataset_info:
features:
- name: recipe_name
dtype: string
- name: prep_time
dtype: string
- name: cook_time
dtype: string
- name: total_time
dtype: string
- name: servings
dtype: string
- name: ingredients
dtype: string
- name: instructions
dtype: string
- name: ingredient_names
dtype: string
splits:
- name: train
num_bytes: 2693791
num_examples: 1988
download_size: 1120010
dataset_size: 2693791
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|