samiazzam commited on
Commit
ff18150
·
verified ·
1 Parent(s): 2a80fc0

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Omartificial-Intelligence-Space/Arabic-DeepSeek-R1-Distill-8B
3
+ license: apache-2.0
4
+ datasets:
5
+ - Omartificial-Intelligence-Space/Arabic_Reasoning_Dataset
6
+ language:
7
+ - ar
8
+ pipeline_tag: text-generation
9
+ library_name: peft
10
+ tags:
11
+ - unsloth
12
+ - arabic
13
+ - deepseek-R1
14
+ - Peft
15
+ - llama-cpp
16
+ - gguf-my-lora
17
+ ---
18
+
19
+ # samiazzam/Arabic-DeepSeek-R1-Distill-8B-F16-GGUF
20
+ This LoRA adapter was converted to GGUF format from [`Omartificial-Intelligence-Space/Arabic-DeepSeek-R1-Distill-8B`](https://huggingface.co/Omartificial-Intelligence-Space/Arabic-DeepSeek-R1-Distill-8B) via the ggml.ai's [GGUF-my-lora](https://huggingface.co/spaces/ggml-org/gguf-my-lora) space.
21
+ Refer to the [original adapter repository](https://huggingface.co/Omartificial-Intelligence-Space/Arabic-DeepSeek-R1-Distill-8B) for more details.
22
+
23
+ ## Use with llama.cpp
24
+
25
+ ```bash
26
+ # with cli
27
+ llama-cli -m base_model.gguf --lora Arabic-DeepSeek-R1-Distill-8B-f16.gguf (...other args)
28
+
29
+ # with server
30
+ llama-server -m base_model.gguf --lora Arabic-DeepSeek-R1-Distill-8B-f16.gguf (...other args)
31
+ ```
32
+
33
+ To know more about LoRA usage with llama.cpp server, refer to the [llama.cpp server documentation](https://github.com/ggerganov/llama.cpp/blob/master/examples/server/README.md).