File size: 555 Bytes
b7ec0dc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: anchor
    dtype: string
  - name: text
    dtype: string
  - name: score
    dtype: float32
  - name: expert_name
    dtype: string
  - name: label
    dtype: string
  splits:
  - name: train
    num_bytes: 14147948166.437159
    num_examples: 117152441
  - name: test
    num_bytes: 288733739.5628411
    num_examples: 2390867
  download_size: 6401690918
  dataset_size: 14436681906.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---