File size: 721 Bytes
18e28c1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: query_positive_zero_shot
    dtype: string
  - name: instruction_positive_zero_shot
    dtype: string
  - name: instruction_negative_zero_shot
    dtype: string
  - name: query_positive_fewshot
    dtype: string
  - name: instruction_positive_fewshot
    dtype: string
  - name: query_negative_fewshot
    dtype: string
  - name: instruction_negative_fewshot
    dtype: string
  - name: document
    dtype: string
  - name: hard_negative_document_1
    dtype: string
  splits:
  - name: train
    num_bytes: 30236790
    num_examples: 5060
  download_size: 16693144
  dataset_size: 30236790
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---