Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,28 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
task_categories:
|
4 |
+
- text-generation
|
5 |
+
- fill-mask
|
6 |
+
language:
|
7 |
+
- tt
|
8 |
+
- ru
|
9 |
+
tags:
|
10 |
+
- tt
|
11 |
+
- tatar
|
12 |
+
- parallel-corpus
|
13 |
+
pretty_name: Tatar-Rusian parallel corpus
|
14 |
+
---
|
15 |
+
# Tatar-Russian Parallel Corpus
|
16 |
+
|
17 |
+
## Overview
|
18 |
+
This repository contains the Tatar-Russian parallel corpus, a collection of texts in Tatar and their corresponding translations in Russian. The dataset is intended for use in natural language processing (NLP) tasks such as machine translation, language modeling, and cross-lingual analysis.
|
19 |
+
|
20 |
+
- **Dataset Name:** Tatar-Russian Parallel Corpus
|
21 |
+
- **Languages:** Tatar, Russian
|
22 |
+
- **Domain:** General
|
23 |
+
|
24 |
+
```python
|
25 |
+
from datasets import load_dataset
|
26 |
+
|
27 |
+
# Load the Tatar-Russian parallel corpus dataset
|
28 |
+
dataset = load_dataset('neurotatarlar/tt-ru-language-corpus')
|