cointegrated commited on
Commit
ba183ce
1 Parent(s): 86c8681

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +48 -0
README.md ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: dev
8
+ path: data/dev-*
9
+ - split: test
10
+ path: data/test-*
11
+ dataset_info:
12
+ features:
13
+ - name: premise
14
+ dtype: string
15
+ - name: hypothesis
16
+ dtype: string
17
+ - name: label
18
+ dtype: string
19
+ - name: source
20
+ dtype: string
21
+ - name: split
22
+ dtype: string
23
+ - name: premise_ru
24
+ dtype: string
25
+ - name: hypothesis_ru
26
+ dtype: string
27
+ - name: reverse_entailment_score
28
+ dtype: float64
29
+ - name: len_ratio
30
+ dtype: float64
31
+ - name: idx
32
+ dtype: int64
33
+ splits:
34
+ - name: train
35
+ num_bytes: 1156491691
36
+ num_examples: 1756548
37
+ - name: dev
38
+ num_bytes: 78632908
39
+ num_examples: 106557
40
+ - name: test
41
+ num_bytes: 30464486
42
+ num_examples: 34615
43
+ download_size: 504709758
44
+ dataset_size: 1265589085
45
+ ---
46
+ # Dataset Card for "nli-rus-translated-v2021"
47
+
48
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)