File size: 474 Bytes
a6b1299
 
a5f0c6b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a6b1299
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
---

license: apache-2.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
dataset_info:
  features:
  - name: system
    dtype: string
  - name: conversations
    list:
    - name: from
      dtype: string
    - name: value
      dtype: string
  - name: is_multitool
    dtype: bool
  splits:
  - name: train
    num_bytes: 33147763
    num_examples: 11300
  download_size: 10646188
  dataset_size: 33147763
---