ucsahin commited on
Commit
3d7c689
·
verified ·
1 Parent(s): c3fdc3b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md CHANGED
@@ -18,4 +18,25 @@ configs:
18
  data_files:
19
  - split: train
20
  path: data/train-*
 
 
 
 
 
 
 
 
 
 
21
  ---
 
 
 
 
 
 
 
 
 
 
 
 
18
  data_files:
19
  - split: train
20
  path: data/train-*
21
+ license: mit
22
+ task_categories:
23
+ - text-generation
24
+ - text2text-generation
25
+ - question-answering
26
+ language:
27
+ - tr
28
+ pretty_name: Turkish Extractive Question-Answer Dataset
29
+ size_categories:
30
+ - 1K<n<10K
31
  ---
32
+ # Dataset Card for Dataset Name
33
+
34
+ <!-- Provide a quick summary of the dataset. -->
35
+
36
+ The dataset consists of 5000 {Context, Question, Answer} triplets in Turkish. It can be used in finetuning large language models for text-generation, masked language modeling, instruction following, and extractive question answering.
37
+ The dataset is a manually curated version of multiple Turkish QA-based datasets and some of the answers are chosen manually.
38
+
39
+
40
+ - **Curated by:** [ucsahin](https://huggingface.co/ucsahin)
41
+
42
+