File size: 614 Bytes
99c3986
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: product_title
    dtype: string
  - name: query
    dtype: string
  - name: relevance_label
    dtype: int64
  splits:
  - name: train
    num_bytes: 1070621.721704542
    num_examples: 3378
  - name: test
    num_bytes: 133533.415938632
    num_examples: 422
  - name: validation
    num_bytes: 133753.31739887063
    num_examples: 422
  download_size: 668315
  dataset_size: 1337908.4550420446
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
  - split: validation
    path: data/validation-*
---