abuelnasr commited on
Commit
db72e8f
1 Parent(s): 42a606b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -41,7 +41,11 @@ configs:
41
  tags: []
42
  ---
43
  # Arabic aya dataset
44
- This dataset is the arabic partition of the Cohere aya dataset using this simple code:
 
 
 
 
45
 
46
  ```python
47
  # Helper Function.
@@ -71,4 +75,3 @@ arabic_aya = datasets.DatasetDict({
71
  arabic_aya.push_to_hub("abuelnasr/cohere_aya_arabic")
72
  ```
73
 
74
- for more information visi the original data repo: [CohereForAI/aya_dataset](https://huggingface.co/datasets/CohereForAI/aya_dataset).
 
41
  tags: []
42
  ---
43
  # Arabic aya dataset
44
+ This dataset is the arabic partition of the `CohereForAI/aya_dataset` dataset.
45
+
46
+ For more information about the dataset, visit the original dataset repo: [CohereForAI/aya_dataset](https://huggingface.co/datasets/CohereForAI/aya_dataset).
47
+
48
+ the data was extracted using this simple code:
49
 
50
  ```python
51
  # Helper Function.
 
75
  arabic_aya.push_to_hub("abuelnasr/cohere_aya_arabic")
76
  ```
77