cointegrated commited on
Commit
d2741e7
1 Parent(s): 3faa375

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +38 -0
README.md ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: idx
5
+ dtype: int64
6
+ - name: ba
7
+ dtype: string
8
+ - name: ru
9
+ dtype: string
10
+ - name: source
11
+ dtype: string
12
+ - name: cosine_sim
13
+ dtype: float64
14
+ - name: cross_encoder_sim
15
+ dtype: float64
16
+ - name: joint_sim
17
+ dtype: float64
18
+ - name: ru_len
19
+ dtype: int64
20
+ - name: en
21
+ dtype: string
22
+ - name: en_ru_sim
23
+ dtype: float64
24
+ splits:
25
+ - name: train
26
+ num_bytes: 1070778392
27
+ num_examples: 2228224
28
+ download_size: 620446960
29
+ dataset_size: 1070778392
30
+ configs:
31
+ - config_name: default
32
+ data_files:
33
+ - split: train
34
+ path: data/train-*
35
+ ---
36
+ # Dataset Card for "bak_rus_eng_2M2023_scored"
37
+
38
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)