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-7b-v3: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-7b-v3: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 v3 โ€” 7B GD Level Designer

Major upgrade over v2. Fine-tune of Qwen/Qwen2.5-7B-Instruct for the EditorAI Geode mod.

v2 (1.5B) v3 (7B)
Base model Qwen2.5-1.5B-Instruct Qwen2.5-7B-Instruct
Native context 8 K 32 K
Q4_K_M size 941 MB 4.46 GB
Schema reliability drifts under verbose runtime prompts matches the mod's runtime distribution
Tool use works w/ mod fallback native, no fallback needed
Output format JSON EAS (preferred) + JSON fallback

Files

  • editorai-v3-Q4_K_M.gguf (4.46 GB) โ€” primary ship target
  • Modelfile.v3 โ€” Ollama Modelfile, 32K ctx, Qwen2.5 tool template

Quick start

ollama pull entity12208/editorai:v3-7b
ollama create entity12208/editorai:v3-7b -f Modelfile.v3   # alternative
./llama-server -m editorai-v3-Q4_K_M.gguf -c 32768 --jinja  # llama.cpp

Speed

  • RTX 3050 6 GB (Ampere): ~25โ€“35 t/s
  • RTX 3090/4090: ~70โ€“120 t/s
  • Apple M3 Pro (Metal): ~30โ€“45 t/s

Training

  • QLoRA 4-bit NF4, rank 16, alpha 32, lr 2e-4 cosine, paged_adamw_8bit
  • A100 40 GB (Lightning.ai), ~58 min training (115 steps end of epoch 1)
  • 3,700-row mixed dataset: 2,000 level-gen from real .gmd files, 1,200 multi-turn tool-use, 500 Alpaca instruct
  • System prompt at training time matches the mod's runtime system prompt verbatim

License

Apache-2.0, inherited from the base model.

Downloads last month
22
GGUF
Model size
8B 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-7b-v3

Base model

Qwen/Qwen2.5-7B
Quantized
(351)
this model