Entity12208 commited on
Commit
408cb3d
·
verified ·
1 Parent(s): 2bfe268

model card

Browse files
Files changed (1) hide show
  1. README.md +41 -0
README.md ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: Qwen/Qwen2.5-7B-Instruct
4
+ library_name: transformers
5
+ pipeline_tag: text-generation
6
+ tags:
7
+ - geometry-dash
8
+ - gguf
9
+ - llama-cpp
10
+ - ollama
11
+ - tool-use
12
+ - geode
13
+ - qwen2.5
14
+ language:
15
+ - en
16
+ ---
17
+
18
+ # EditorAI v3 - 7B GD Level Designer with Tool Use
19
+
20
+ Fine-tune of **Qwen/Qwen2.5-7B-Instruct** for the [EditorAI Geode mod](https://github.com/Entity12208/EditorAI).
21
+ Major upgrade over v2 (1.5 B): reliable schema, frequent tool use, 32K context, full 3,986-object catalog.
22
+
23
+ ## Files
24
+ | File | Size |
25
+ |---|---|
26
+ | `editorai-v3-Q4_K_M.gguf` | 4.46 GB (ship target) |
27
+ | `Modelfile.v3` | Ollama Modelfile with 32K context + Qwen2.5 tool template |
28
+
29
+ ## Quick start
30
+ ```bash
31
+ ollama pull entity12208/editorai:v3-7b
32
+ # or build from this repo's files:
33
+ ollama create entity12208/editorai:v3-7b -f Modelfile.v3
34
+ ```
35
+
36
+ ## Training
37
+ QLoRA 4-bit NF4 on Qwen2.5-7B-Instruct, A100 40GB, 1 epoch (115 steps, ~58 min),
38
+ 3,700-row mixed dataset (2,000 level-gen from real .gmd + 1,200 multi-turn tool-use + 500 Alpaca).
39
+ System prompt at training time matches the mod's runtime system prompt verbatim.
40
+
41
+ License: Apache-2.0