palindrome-sft / README.md
SantiagoC's picture
Upload dataset
a60f946 verified
metadata
tags:
  - ml-intern
dataset_info:
  features:
    - name: prompt
      list:
        - name: role
          dtype: string
        - name: content
          dtype: string
    - name: completion
      list:
        - name: role
          dtype: string
        - name: content
          dtype: string
  splits:
    - name: train
      num_bytes: 220914
      num_examples: 736
    - name: eval
      num_bytes: 55267
      num_examples: 184
  download_size: 275708
  dataset_size: 276181
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: eval
        path: data/eval-*

SantiagoC/palindrome-sft

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('SantiagoC/palindrome-sft')