Update README.md
Browse files
README.md
CHANGED
@@ -28,4 +28,32 @@ language:
|
|
28 |
pretty_name: Turkish Translation Instruction Dataset from Setimes
|
29 |
size_categories:
|
30 |
- 100M<n<1B
|
31 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
pretty_name: Turkish Translation Instruction Dataset from Setimes
|
29 |
size_categories:
|
30 |
- 100M<n<1B
|
31 |
+
---
|
32 |
+
|
33 |
+
# Turkish Translation Instruction Dataset from Setimes (tr_trans_instr_setimes)
|
34 |
+
|
35 |
+
## Dataset Description
|
36 |
+
|
37 |
+
`tr_trans_instr_setimes` is an instruction translation dataset derived from the Setimes corpus. Setimes, which stands for Southeast European Times, includes Balkan news articles and covers various topics relevant to the Balkan region. This dataset is specifically designed for translation tasks involving Turkish and is derived from the `community-datasets/setimes`. Please note that the dataset may include some errors.
|
38 |
+
|
39 |
+
## Dataset Details
|
40 |
+
|
41 |
+
- **Languages**: Turkish, English, Balkanic Languages
|
42 |
+
- **Domain**: News, Balkan region
|
43 |
+
- **Source**: Setimes (Southeast European Times)
|
44 |
+
- **Content**: Translation instructions
|
45 |
+
|
46 |
+
## Structure
|
47 |
+
|
48 |
+
The dataset is organized as follows:
|
49 |
+
- **Input Language**: Varies (based on instruction)
|
50 |
+
- **Target Language**: Turkish (tr)
|
51 |
+
|
52 |
+
## Usage
|
53 |
+
|
54 |
+
To load the dataset:
|
55 |
+
|
56 |
+
```python
|
57 |
+
from datasets import load_dataset
|
58 |
+
|
59 |
+
dataset = load_dataset("your_username/tr_trans_instr_setimes")
|