47 Downloads Updated 2 weeks ago
ollama run OServices/Omini-pyauto-1.5b
Updated 2 weeks ago
2 weeks ago
84cfc7530082 · 986MB ·
A fine-tuned Python automation code generation model built on Qwen2.5-Coder-1.5B-Instruct, specialized for generating production-ready scripts for Playwright, SeleniumBase, and Selenium.
`bash
ollama run OServices/Omini-pyauto-1.5b
\`
`“python from ollama import chat
response = chat( model=‘OServices/Omini-pyauto-1.5b’, messages=[{ ‘role’: ‘user’, ‘content’: ‘Write a Playwright script that scrapes all product names from a webpage.’ }], ) print(response.message.content) `”
| Task | Example Prompt |
|---|---|
| Web scraping | “Write a Playwright script to scrape prices from an e-commerce page” |
| Cloudflare bypass | “Create a SeleniumBase script that bypasses Cloudflare protection” |
| Form automation | “Write a Selenium bot that fills and submits a login form” |
| Page monitoring | “Build a script that monitors a product page for price changes” |
| UI testing | “Write a SeleniumBase pytest test that verifies login works” |
| Infinite scroll | “Selenium script that scrolls infinitely and collects all items” |
| Property | Value |
|---|---|
| Base model | Qwen2.5-Coder-1.5B-Instruct |
| Fine-tuning | QLoRA (r=16, float16) |
| Training data | 1,215 balanced instruction-code pairs |
| Frameworks | Playwright · SeleniumBase · Selenium |
| Format | GGUF Q4_K_M |
| Size | ~900MB |
| Context window | 2048 tokens |
| License | Apache 2.0 |
`“python from ollama import chat
response = chat( model=‘OServices/Omini-pyauto-1.5b’, messages=[{ ‘role’: ‘user’, ‘content’: ‘Write a SeleniumBase script to scrape headlines from a news site.’ }], ) print(response.message.content) `”
`bash
curl http://localhost:11434/api/chat -d '{
"model": "OServices/Omini-pyauto-1.5b",
"messages": [{
"role": "user",
"content": "Write a Playwright script that takes a screenshot of a URL."
}]
}'
\`
Built by OServices — first version, more improvements coming soon!
---
## 📢 Share It
Now that it's live, share it like this:
🚀 Just published my first fine-tuned LLM on Ollama!
Omini-pyauto-1.5b — generates Playwright, SeleniumBase and Selenium automation scripts locally.
✅ 100% offline ✅ ~900MB ✅ Free to use
ollama run OServices/Omini-pyauto-1.5b