Commit
·
0ca6368
1
Parent(s):
71fff51
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
dataset_info:
|
| 3 |
+
features:
|
| 4 |
+
- name: ba
|
| 5 |
+
dtype: string
|
| 6 |
+
- name: ru
|
| 7 |
+
dtype: string
|
| 8 |
+
- name: is_correct
|
| 9 |
+
dtype: int64
|
| 10 |
+
- name: idx
|
| 11 |
+
dtype: int64
|
| 12 |
+
splits:
|
| 13 |
+
- name: train
|
| 14 |
+
num_bytes: 21731568
|
| 15 |
+
num_examples: 104317
|
| 16 |
+
- name: validation
|
| 17 |
+
num_bytes: 7283612
|
| 18 |
+
num_examples: 34998
|
| 19 |
+
- name: validation_small
|
| 20 |
+
num_bytes: 366414
|
| 21 |
+
num_examples: 1743
|
| 22 |
+
- name: test
|
| 23 |
+
num_bytes: 7434208
|
| 24 |
+
num_examples: 35648
|
| 25 |
+
download_size: 20391356
|
| 26 |
+
dataset_size: 36815802
|
| 27 |
+
---
|
| 28 |
+
# Dataset Card for "bak_rus_semantic_equivalence"
|
| 29 |
+
|
| 30 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|