File size: 591 Bytes
d1bf99b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
75c9206
d1bf99b
 
 
 
 
 
 
 
 
 
 
 
75c9206
 
d1bf99b
 
 
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: gold_label
    dtype: string
  - name: anchor
    dtype: string
  - name: positive
    dtype: string
  - name: negative
    dtype: string
  splits:
  - name: train
    num_bytes: 120662289
    num_examples: 685333
  - name: dev
    num_bytes: 1336874
    num_examples: 9842
  - name: test
    num_bytes: 1329524
    num_examples: 9824
  download_size: 22334476
  dataset_size: 123328687
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: dev
    path: data/dev-*
  - split: test
    path: data/test-*
---