File size: 438 Bytes
fe266a9
 
5c644f9
 
 
 
 
 
 
 
 
c4f99a8
5c644f9
 
 
 
 
 
 
c4f99a8
 
 
 
fe266a9
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
---

license: apache-2.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
dataset_info:
  features:
  - name: Question
    dtype: string
  - name: Reponse
    dtype: string
  - name: train
    dtype: string
  - name: conversations
    dtype: string
  splits:
  - name: train
    num_bytes: 32159845
    num_examples: 14385
  download_size: 14209358
  dataset_size: 32159845
---