Instructions to use ondrazarici/lora.cz.gguf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ondrazarici/lora.cz.gguf with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="ondrazarici/lora.cz.gguf")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("ondrazarici/lora.cz.gguf", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- vLLM
How to use ondrazarici/lora.cz.gguf with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "ondrazarici/lora.cz.gguf" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "ondrazarici/lora.cz.gguf", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/ondrazarici/lora.cz.gguf
- SGLang
How to use ondrazarici/lora.cz.gguf with SGLang:
Install from pip and serve model
# Install SGLang from pip: pip install sglang # Start the SGLang server: python3 -m sglang.launch_server \ --model-path "ondrazarici/lora.cz.gguf" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "ondrazarici/lora.cz.gguf", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker images
docker run --gpus all \ --shm-size 32g \ -p 30000:30000 \ -v ~/.cache/huggingface:/root/.cache/huggingface \ --env "HF_TOKEN=<secret>" \ --ipc=host \ lmsysorg/sglang:latest \ python3 -m sglang.launch_server \ --model-path "ondrazarici/lora.cz.gguf" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "ondrazarici/lora.cz.gguf", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }' - Docker Model Runner
How to use ondrazarici/lora.cz.gguf with Docker Model Runner:
docker model run hf.co/ondrazarici/lora.cz.gguf
🇨🇿 Czech Language & Personality LoRA for Qwen3.5-9B
A Czech LoRA trained for Qwen3.5-9B using Unsloth.
The purpose of this LoRA is not to increase the model's knowledge.
Instead, it teaches the model how to communicate naturally in Czech, improving sentence structure, personality consistency and conversational quality.
✨ Features
- 🇨🇿 More natural Czech
- 📝 Improved Czech word order
- 💬 Better conversational flow
- ❤️ Consistent personality
- 😊 More natural emotional responses
- 🤝 Better long conversations
- ❓ Improved question asking
- 🙋 Better handling of uncertainty and apologies
🧠 Base Model
| Parameter | Value |
|---|---|
| Base Model | Qwen3.5-9B |
| Framework | Unsloth |
| Format | LoRA |
⚙️ Training Parameters
| Parameter | Value |
|---|---|
| Rank (r) | 64 |
| Alpha | 128 |
| Dropout | 0.05 |
| Epochs | 20 |
| Batch Size | 16 |
| Learning Rate | 8e-5 |
| Scheduler | Cosine |
| Warmup Steps | 10 |
| Weight Decay | 0.01 |
| Gradient Clipping | 1.0 |
| Seed | 3407 |
| Context Length | 8192 |
📚 Dataset
Approximately 483 manually written conversations focused on natural Czech dialogue.
The dataset includes:
- everyday conversations
- emotional dialogue
- personality consistency
- natural Czech grammar
- Czech word order
- asking questions
- admitting uncertainty
- apologies
- long conversational context
🎯 Recommended Settings
During testing the best results were achieved with:
| Setting | Value |
|---|---|
| LoRA Multiplier | 0.6 |
Higher multipliers tended to over-emphasize the personality and occasionally produced overly philosophical responses.
📈 Goal
This LoRA focuses on improving:
- natural Czech sentence construction
- dialogue quality
- conversational realism
- personality consistency
rather than increasing factual knowledge.
🙏 Acknowledgements
Special thanks to the developers of:
- Qwen Team
- Unsloth
- HuggingFace
for making this project possible.
👤 Author
Ondřej Šimek
Czech Republic 🇨🇿
- Downloads last month
- 95
We're not able to determine the quantization variants.