nmcco's picture
Upload README.md with huggingface_hub
7dc8c84 verified
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: text
      struct:
        - name: messages
          list:
            - name: content
              dtype: string
            - name: role
              dtype: string
    - name: test_text
      dtype: string
    - name: speaker
      dtype: string
    - name: llama_text
      dtype: string
    - name: llama_test_text
      dtype: string
    - name: qwen_text
      dtype: string
    - name: qwen_test_text
      dtype: string
    - name: book
      dtype: string
    - name: prompt
      dtype: string
  splits:
    - name: train
      num_bytes: 146634318
      num_examples: 9465
    - name: test
      num_bytes: 33327156
      num_examples: 2368
  download_size: 88056993
  dataset_size: 179961474

Dataset Card for "BOOKv3_chat_combined_balanced_6books"

More Information needed