palindrome-sft / README.md
SantiagoC's picture
Upload dataset
a60f946 verified
---
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
<!-- ml-intern-provenance -->
## Generated by ML Intern
This dataset repository was generated by [ML Intern](https://github.com/huggingface/ml-intern), an agent for machine learning research and development on the Hugging Face Hub.
- Try ML Intern: https://smolagents-ml-intern.hf.space
- Source code: https://github.com/huggingface/ml-intern
## Usage
```python
from datasets import load_dataset
dataset = load_dataset('SantiagoC/palindrome-sft')
```