zh-tw-recipes-sm / README.md
AWeirdDev's picture
Update README.md
f5c488e verified
|
raw
history blame
738 Bytes
metadata
dataset_info:
  features:
    - name: image
      dtype: string
    - name: title
      dtype: string
    - name: descriotion
      dtype: string
    - name: cooking_time
      dtype: string
    - name: author
      dtype: string
    - name: url
      dtype: string
    - name: servings
      dtype: int64
    - name: ingredients
      list:
        - name: name
          dtype: string
        - name: unit
          dtype: string
    - name: steps
      dtype: string
  splits:
    - name: train
      num_bytes: 2205483
      num_examples: 1799
  download_size: 1079443
  dataset_size: 2205483
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
task_categories:
  - text-generation
tags:
  - recipe
license: mit
language:
  - zh
size_categories:
  - 1K<n<10K