File size: 679 Bytes
1f38d66
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
33
34
35
36
---
license: cc-by-4.0
dataset_info:
  features:
  - name: object_id
    dtype: string
  - name: conversation_type
    dtype: string
  - name: conversations
    list:
    - name: from
      dtype: string
    - name: value
      dtype: string
  splits:
  - name: train
    num_bytes: 123900083
    num_examples: 371268
  - name: validation
    num_bytes: 15419207
    num_examples: 46152
  - name: test
    num_bytes: 15454338
    num_examples: 46308
  download_size: 47928188
  dataset_size: 154773628
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
---