capybara-25 / README.md
lewtun's picture
lewtun HF Staff
Upload dataset
554080f verified
metadata
tags:
  - ml-intern
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
dataset_info:
  features:
    - name: source
      dtype: string
    - name: conversation
      list:
        - name: input
          dtype: string
        - name: output
          dtype: string
  splits:
    - name: train
      num_bytes: 121945
      num_examples: 25
  download_size: 127166
  dataset_size: 121945

lewtun/capybara-25

Generated by ML Intern

This dataset repository was generated by ML Intern, an agent for machine learning research and development on the Hugging Face Hub.

Usage

from datasets import load_dataset

dataset = load_dataset('lewtun/capybara-25')