laughlm-format-sft / README.md
dignity045's picture
Upload dataset
fff2f18 verified
|
Raw
History Blame Contribute Delete
1.01 kB
metadata
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

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('dignity045/laughlm-format-sft')