File size: 687 Bytes
e8ceb4c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
f078288
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
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)