nmcco's picture
Upload README.md with huggingface_hub
fe3d4a9 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: 113778892.98547956
      num_examples: 7389
    - name: test
      num_bytes: 12642099.22060884
      num_examples: 821
  download_size: 0
  dataset_size: 126420992.20608841

Dataset Card for "BOOKv4_chat_combined_balanced_8books"

More Information needed