Views
No views yet
0.1.0-beta.1Code generator, not a chatbot. Give it an IoT automation task — it outputs Synoema code. Example:Turn on fan when temperature exceeds 30
| Metric | Value |
|---|---|
| compile_pass | 98.1% |
| run_pass | 58.7% |
| Eval set | 104 examples |
| Method | greedy (do_sample=False) |
| Language version | 0.1.0-beta.1 |
1wget https://huggingface.co/delimitter/synoema-iot-pro-7b-v1/resolve/main/synoema-iot-pro-7b-v1-q4km.gguf
2wget https://huggingface.co/delimitter/synoema-iot-pro-7b-v1/resolve/main/Makefile
3make pull
4make runmake pullsets the system prompt automatically — required for correct behavior.
| Target | Action |
|---|---|
make pull | Create Ollama model + system prompt |
make run | Interactive chat |
make clean | Remove from Ollama |
Turn on fan when temperature exceeds 30
humidity > 80 -> turn on pump on GPIO 22
Turn off lights when no motion for 10 minutes
Open valve when pressure exceeds 150| Field | Value |
|---|---|
| Base model | Qwen/Qwen2.5-Coder-7B-Instruct |
| Fine-tuning | QLoRA SFT (LoRA r=16) |
| Size | 4.1 GB Q4_K_M |
| Language version | 0.1.0-beta.1 |