File size: 556 Bytes
6912085
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: 14034096612.200266
    num_examples: 116227604
  - name: test
    num_bytes: 286410144.79973394
    num_examples: 2371992
  download_size: 6341396009
  dataset_size: 14320506757.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---