habanoz's picture
Update README.md
f078288
|
raw
history blame contribute delete
No virus
687 Bytes
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
dataset_info:
  features:
    - name: id
      dtype: string
    - name: conversations
      list:
        - name: from
          dtype: string
        - name: value
          dtype: string
    - name: category
      dtype: string
  splits:
    - name: train
      num_bytes: 40852711.20890598
      num_examples: 20180
  download_size: 6394016
  dataset_size: 40852711.20890598

Dataset Card for "airoboros-3.1-no-mathjson-max-1k"

This is a modified version of 'jondurbin/airoboros-3.1' dataset:

  • mathjson instances excluded
  • Length of input+ouput+special_tokens is limited to 1024 tokens. (llama chat format is assumed)