File size: 513 Bytes
d43e6fe
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  config_name: origin
  features:
  - name: anchor
    dtype: string
  - name: entailment
    dtype: string
  - name: negative
    dtype: string
  - name: source
    dtype: string
  splits:
  - name: train
    num_bytes: 11603548
    num_examples: 50000
  - name: test
    num_bytes: 244324
    num_examples: 1000
  download_size: 8378467
  dataset_size: 11847872
configs:
- config_name: origin
  data_files:
  - split: train
    path: origin/train-*
  - split: test
    path: origin/test-*
---