skadewdl3's picture
Upload README.md with huggingface_hub
404a58c
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: uid
      dtype: string
    - name: name
      dtype: string
    - name: description
      dtype: string
    - name: link
      dtype: string
    - name: ner
      dtype: string
    - name: ingredients
      sequence: string
    - name: steps
      sequence: string
    - name: prompt
      dtype: string
  splits:
    - name: train
      num_bytes: 19487310
      num_examples: 6118
    - name: test
      num_bytes: 3406278
      num_examples: 1080
  download_size: 0
  dataset_size: 22893588

Dataset Card for "recipe-nlg-lite-llama-2"

More Information needed