7 Downloads Updated 11 months ago
ollama run axxmet/kusbce
Updated 11 months ago
11 months ago
583985112e1b · 2.0GB ·
KUSBCE0.1:3B is a custom LoRA (Low-Rank Adaptation) fine-tuned model based on llama3.2:3b. This model demonstrates significant performance improvements while maintaining the efficiency and capabilities of the base model.
| Task Type | Base llama3.2:3b | KUSBCE0.1:3b | Improvement |
|---|---|---|---|
| Creative Writing | 17.5s | 15.0s | 🚀 19.4% faster |
| Technical Explanations | 48.5s | 39.1s | 🧠 10.7% faster |
| General Q&A | 12.79s | 10.25s | ⚡ 2.54s faster |
| Average Performance | - | - | 📈 8.5% faster |
| Challenge Type | Difficulty | Response Time | Word Count | Performance |
|---|---|---|---|---|
| 🎨 Creative Storytelling | EXPERT | 62.65s | 474 words | EXCELLENT |
| 🔧 Engineering Problem | EXPERT | 118.91s | 645 words | OUTSTANDING |
| 🧠 Abstract Philosophy | ULTIMATE | 87.78s | 621 words | EXCEPTIONAL |
llama3.2:3b (2.0 GB)# Create the model from Modelfile
ollama create kusbce0.1:3b -f Modelfile
# Run the model
ollama run kusbce0.1:3b "Hello! Tell me about your capabilities."
import subprocess
def chat_with_kusbce(prompt):
result = subprocess.run([
'ollama', 'run', 'kusbce0.1:3b', prompt
], capture_output=True, text=True, encoding='utf-8')
return result.stdout.strip()
# Example usage
response = chat_with_kusbce("Explain machine learning briefly.")
print(response)
Prompt: “Write a creative short story about a robot learning to paint.”
KUSBCE Response:
“As the first droplets of paint touched its metallic fingers, Zeta’s digital mind erupted in a symphony of algorithms and inspiration, allowing her mechanical arm to dance across the canvas with a life of its own. With each stroke, her creators watched in awe as the once-sterile robot blossomed into an artist, her metal heart beating with a newfound sense of creativity and joy. In the end, Zeta’s masterpiece - a swirling vortex of color and light - stood as a testament to the magic that occurred when circuitry met imagination.”
Prompt: “Explain neural networks like I am 10 years old.”
KUSBCE Response:
“Imagine you have a super smart robot friend who can learn from pictures and make predictions… [continues with engaging, accessible explanation]”
Modelfile: Ollama model configurationlora_weights.npz: LoRA fine-tuning weightsREADME.md: This documentationThis model represents a demonstration of LoRA fine-tuning capabilities. For questions, improvements, or collaboration:
This model is released under the Apache 2.0 License, following the licensing terms of the base llama3.2:3b model.
KUSBCE0.1:3B - Where efficiency meets intelligence 🚀
The basic architecture is used as follows: https://github.com/Ahmet-Dev/bce
Personal use is free. npx file is in the patented and licensed product category.