File size: 822 Bytes
ebae6ee
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
35
36
37
38
39
40
41
42
43
44
45
46
---
dataset_info:
  features:
  - name: idx
    dtype: int64
  - name: original
    dtype: string
  - name: en
    dtype: string
  - name: ru
    dtype: string
  - name: chrf_sim
    dtype: float64
  - name: labse_sim
    dtype: float64
  - name: forward_entailment
    dtype: float64
  - name: backward_entailment
    dtype: float64
  - name: p_good
    dtype: float64
  - name: len_tokens
    dtype: int64
  splits:
  - name: train
    num_bytes: 488921889
    num_examples: 936931
  - name: val
    num_bytes: 4988702
    num_examples: 9568
  - name: test
    num_bytes: 5004482
    num_examples: 9524
  download_size: 323982865
  dataset_size: 498915073
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: val
    path: data/val-*
  - split: test
    path: data/test-*
---