aranemini commited on
Commit
c3278a9
·
verified ·
1 Parent(s): c32ee38

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -38,6 +38,22 @@ Kurdish TED can be used for the followin tasks:
38
  - Text-to-Text-Translation (En->CKB and CKB->EN)
39
 
40
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
41
 
42
  # Citation
43
 
 
38
  - Text-to-Text-Translation (En->CKB and CKB->EN)
39
 
40
 
41
+ ## How to Get Started with KUTED
42
+
43
+ ## 1) Download
44
+ Using this code you can download all parts of KUTED dataset:
45
+
46
+ ```python
47
+ from datasets import load_dataset
48
+
49
+ dataset = load_dataset('aranemini/kurdishted')
50
+
51
+ train_dataset = load_dataset('aranemini/kurdishted', split='train')
52
+ test_dataset = load_dataset('aranemini/kurdishted', split='test')
53
+ test_dataset = load_dataset('aranemini/kurdishted', split='validation')
54
+
55
+ ```
56
+
57
 
58
  # Citation
59