RASHID778 commited on
Commit
e5db5a0
·
verified ·
1 Parent(s): 137947a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +38 -0
README.md ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - ar
5
+ pretty_name: Arabic Instruct Curated
6
+ tags:
7
+ - instruction-tuning
8
+ ---
9
+
10
+ # Arabic Instruct Curated
11
+
12
+ Curated Arabic instruction-following dataset for SFT of Qwen2.5 LoRAs
13
+ (`RASHID778/qwen2.5-3b-arabic-lora-v2` and `-7b-`).
14
+
15
+ Format: JSON Lines, one record per line:
16
+
17
+ ```json
18
+ {"messages": [{"role": "user", "content": "..."}, {"role": "assistant", "content": "..."}], "source": "alpaca"}
19
+ ```
20
+
21
+ ## Composition (17,313 rows)
22
+
23
+ | source | kept | raw | notes |
24
+ |---|---:|---:|---|
25
+ | `Yasbok/Alpaca_arabic_instruct` | 6,000 | 52,002 | cap reached; filtered short/repetitive/parroting |
26
+ | `AhmedBou/Arabic_instruction_dataset_for_llm_ft` (train) | 3,966 | 10,000 | dropped ar->en translation tasks (Latin-dominated) |
27
+ | `yrrhall/Arabic_Aya14200` (`aya_collection-aya_dataset`) | 7,347 | 13,960 | dedup removed 3,135 near-duplicates |
28
+
29
+ Excluded entirely: `Mohamed-Sami/instruction-fine-tuning-arabic-dataset` (864K rows,
30
+ template noise + garbled OCR content).
31
+
32
+ ## Filtering
33
+ - user >= 10 chars, assistant >= 15 chars
34
+ - no 8+ repeated-character runs
35
+ - no control characters
36
+ - Latin/letter ratio > 0.5 dropped (keeps Arabic-dominant samples)
37
+ - exact + normalized near-duplicate removal (Alef/Ya/Taa-Marbuta normalization, sha256)
38
+ - shuffled with seed 42