FineTuning1 / README.md
KilicMehmet's picture
Upload README.md with huggingface_hub
88e914b verified
metadata
license: mit
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: instruction
      dtype: string
    - name: input
      dtype: string
    - name: Response
      dtype: string
  splits:
    - name: train
      num_bytes: 36458.852459016394
      num_examples: 54
    - name: test
      num_bytes: 4726.147540983607
      num_examples: 7
  download_size: 31105
  dataset_size: 41185