AhmedBou commited on
Commit
db1a727
·
verified ·
1 Parent(s): c9f8e17

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -14,8 +14,16 @@ datasets:
14
  - AhmedBou/Arabic_instruction_dataset_for_llm_ft
15
  ---
16
 
 
17
 
18
- # To perform inference using these LoRA adapters, please use the following code:
 
 
 
 
 
 
 
19
 
20
 
21
  ````Python
 
14
  - AhmedBou/Arabic_instruction_dataset_for_llm_ft
15
  ---
16
 
17
+ A suitable name for this section could be:
18
 
19
+ # Model Description
20
+
21
+ This model is fine-tuned from LLama 3.1 8B, enhanced for improved capability in the Arabic language.
22
+ It was fine-tuned on 10,000 samples using Alpaca prompt instructions.
23
+
24
+ Please refer to this repository when using the model.
25
+
26
+ ## To perform inference using these LoRA adapters, please use the following code:
27
 
28
 
29
  ````Python