File size: 776 Bytes
eecf3a5
 
 
 
 
 
 
 
be736b1
 
 
 
 
eecf3a5
be736b1
 
 
 
 
eecf3a5
 
 
 
cfd98ed
eecf3a5
 
cfd98ed
eecf3a5
 
cfd98ed
eecf3a5
cfd98ed
 
eecf3a5
 
 
 
 
 
 
 
 
 
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
37
38
39
40
41
42
43
44
---
dataset_info:
  features:
  - name: source
    dtype: string
  - name: story
    dtype: string
  - name: questions
    list:
    - name: question
      dtype: string
    - name: turn_id
      dtype: int64
  - name: answers
    list:
    - name: answer
      dtype: string
    - name: turn_id
      dtype: int64
  - name: id
    dtype: int64
  splits:
  - name: train
    num_bytes: 101928030
    num_examples: 14441
  - name: test
    num_bytes: 3172831
    num_examples: 500
  - name: validation
    num_bytes: 3153409
    num_examples: 500
  download_size: 38529404
  dataset_size: 108254270
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
  - split: validation
    path: data/validation-*
---