Omartificial-Intelligence-Space/Arabic_Reasoning_Dataset
Viewer โข Updated โข 9.21k โข 29 โข 10
How to use samiazzam/Arabic-DeepSeek-R1-Distill-8B-F16-GGUF with PEFT:
Task type is invalid.
How to use samiazzam/Arabic-DeepSeek-R1-Distill-8B-F16-GGUF with Unsloth Studio:
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for samiazzam/Arabic-DeepSeek-R1-Distill-8B-F16-GGUF to start chatting
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for samiazzam/Arabic-DeepSeek-R1-Distill-8B-F16-GGUF to start chatting
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for samiazzam/Arabic-DeepSeek-R1-Distill-8B-F16-GGUF to start chatting
pip install unsloth
from unsloth import FastModel
model, tokenizer = FastModel.from_pretrained(
model_name="samiazzam/Arabic-DeepSeek-R1-Distill-8B-F16-GGUF",
max_seq_length=2048,
)This LoRA adapter was converted to GGUF format from Omartificial-Intelligence-Space/Arabic-DeepSeek-R1-Distill-8B via the ggml.ai's GGUF-my-lora space.
Refer to the original adapter repository for more details.
# with cli
llama-cli -m base_model.gguf --lora Arabic-DeepSeek-R1-Distill-8B-f16.gguf (...other args)
# with server
llama-server -m base_model.gguf --lora Arabic-DeepSeek-R1-Distill-8B-f16.gguf (...other args)
To know more about LoRA usage with llama.cpp server, refer to the llama.cpp server documentation.
16-bit
Base model
deepseek-ai/DeepSeek-R1-Distill-Llama-8B