bezir commited on
Commit
7e2e9b9
1 Parent(s): 2468a04

Update README.md

Browse files

# Turkish Translation Instruction Dataset from Setimes (tr_trans_instr_setimes)

## Dataset Description

`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.

## Dataset Details

- **Languages**: Turkish, English, Balkanic Languages
- **Domain**: News, Balkan region
- **Source**: Setimes (Southeast European Times)
- **Content**: Translation instructions

## Structure

The dataset is organized as follows:
- **Input Language**: Varies (based on instruction)
- **Target Language**: Turkish (tr)

## Usage

To load the dataset:

```python
from datasets import load_dataset

dataset = load_dataset("your_username/tr_trans_instr_setimes")

Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -20,4 +20,12 @@ configs:
20
  data_files:
21
  - split: train
22
  path: data/train-*
23
- ---
 
 
 
 
 
 
 
 
 
20
  data_files:
21
  - split: train
22
  path: data/train-*
23
+ license: cc-by-sa-4.0
24
+ task_categories:
25
+ - text-generation
26
+ language:
27
+ - tr
28
+ pretty_name: Turkish Translation Instruction Dataset from Setimes
29
+ size_categories:
30
+ - 100M<n<1B
31
+ ---