How to use from
OpenClaw
Start the llama.cpp server
# Install llama.cpp:
brew install llama.cpp
# Start a local OpenAI-compatible server:
llama serve -hf EditorAI-Geode/editorai-1p5b-v2:Q4_K_M
Configure OpenClaw
# Install OpenClaw:
npm install -g openclaw@latest
# Register the local server and set it as the default model:
openclaw onboard --non-interactive --mode local \
  --auth-choice custom-api-key \
  --custom-base-url http://127.0.0.1:8080/v1 \
  --custom-model-id "EditorAI-Geode/editorai-1p5b-v2:Q4_K_M" \
  --custom-provider-id llama-cpp \
  --custom-compatibility openai \
  --custom-text-input \
  --accept-risk \
  --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
Quick Links

EditorAI v2 — 1.5B GD Level Designer with Tool Use

The first practical EditorAI model. Fine-tune of Qwen/Qwen2.5-1.5B-Instruct for the EditorAI Geode mod.

v2
Base model Qwen2.5-1.5B-Instruct
Context 8 K
Q4_K_M size 941 MB
Training QLoRA 4-bit, 2 epochs, 3,700-row mixed dataset
Tool use works (with mod fallback parser)
Format JSON

Files

  • editorai-v2-Q4_K_M.gguf (941 MB) — primary ship target
  • editorai-v2-fp16.gguf (2.9 GB) — full-precision
  • Modelfile.v2 — Ollama Modelfile with tool-capable Qwen2.5 template

Quick start

# Pull from registry:
ollama pull entity12208/editorai:v2

# Or build locally:
ollama create entity12208/editorai:v2 -f Modelfile.v2

Speed

  • GTX 1050 4 GB: ~21 t/s
  • RTX 3050 6 GB: ~50 t/s
  • RTX 4090: ~150+ t/s

Note

v2 emits JSON levels. The companion mod (≥v2.2.0) accepts JSON and includes a parser fallback that handles small format quirks. For new installs prefer v3 or v4 — they emit the more compact EAS format which is what the mod prefers.

License

Apache-2.0, inherited from the base model.

Downloads last month
93
GGUF
Model size
2B params
Architecture
qwen2
Hardware compatibility
Log In to add your hardware

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for EditorAI-Geode/editorai-1p5b-v2

Quantized
(235)
this model