7 Downloads Updated 11 months ago
ollama run axxmet/kusbce
ollama launch claude --model axxmet/kusbce
ollama launch opencode --model axxmet/kusbce
ollama launch hermes --model axxmet/kusbce
ollama launch openclaw --model axxmet/kusbce
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.