File size: 732 Bytes
4be1c7d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
febefb3
4be1c7d
 
febefb3
4be1c7d
 
febefb3
4be1c7d
febefb3
 
4be1c7d
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: query
    struct:
    - name: id
      dtype: string
    - name: content
      dtype: string
  - name: items
    list:
    - name: id
      dtype: string
    - name: content
      dtype: string
    - name: score
      dtype: 'null'
    - name: type
      dtype: 'null'
  splits:
  - name: train
    num_bytes: 985320
    num_examples: 2654
  - name: validation
    num_bytes: 944923
    num_examples: 2559
  - name: test
    num_bytes: 963736
    num_examples: 2656
  download_size: 582446
  dataset_size: 2893979
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
---