Abdelatif94 commited on
Commit
8517e12
·
verified ·
1 Parent(s): e0bcf29

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -8
README.md CHANGED
@@ -1,21 +1,17 @@
 
1
  license: apache-2.0
2
  base_model: Qwen/Qwen2.5-Coder-14B-Instruct
3
  library_name: peft
 
4
 
5
- Abdelatif-Abualya Fine-Tuned Model
6
 
7
- This model is a LoRA fine-tuned adapter based on Qwen2.5-Coder-14B-Instruct. It has been trained on additional data to improve performance in specific coding-related tasks.
8
 
9
  ⚠️ Disclaimer
10
-
11
  This model is provided "as is" without warranty of any kind. While efforts have been made to fine-tune and optimize it for coding-related tasks, results may vary depending on input prompts.
12
 
13
- 🛠️ How to Use
14
-
15
- To use this fine-tuned LoRA adapter, first load the base model and then apply the adapter:
16
-
17
  ## 🛠️ How to Use
18
-
19
  To use this fine-tuned LoRA adapter, first load the base model and then apply the adapter:
20
 
21
  ```python
 
1
+ ---
2
  license: apache-2.0
3
  base_model: Qwen/Qwen2.5-Coder-14B-Instruct
4
  library_name: peft
5
+ ---
6
 
7
+ # Abdelatif-Abualya Fine-Tuned Model
8
 
9
+ This model is a **LoRA fine-tuned adapter** based on [Qwen2.5-Coder-14B-Instruct](https://huggingface.co/Qwen/Qwen2.5-Coder-14B-Instruct). It has been trained on additional data to improve performance in specific coding-related tasks.
10
 
11
  ⚠️ Disclaimer
 
12
  This model is provided "as is" without warranty of any kind. While efforts have been made to fine-tune and optimize it for coding-related tasks, results may vary depending on input prompts.
13
 
 
 
 
 
14
  ## 🛠️ How to Use
 
15
  To use this fine-tuned LoRA adapter, first load the base model and then apply the adapter:
16
 
17
  ```python