| --- |
| tags: |
| - ml-intern |
| configs: |
| - config_name: default |
| data_files: |
| - split: train_sft |
| path: data/train_sft-* |
| - split: test_sft |
| path: data/test_sft-* |
| dataset_info: |
| features: |
| - name: messages |
| list: |
| - name: role |
| dtype: string |
| - name: content |
| dtype: string |
| - name: task_type |
| dtype: string |
| splits: |
| - name: train_sft |
| num_bytes: 35272 |
| num_examples: 306 |
| - name: test_sft |
| num_bytes: 3769 |
| num_examples: 34 |
| download_size: 37604 |
| dataset_size: 39041 |
| --- |
| |
| # dignity045/laughlm-format-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('dignity045/laughlm-format-sft') |
| ``` |
|
|