Text Generation
PEFT
Safetensors
GGUF
English
verse
uefn
fortnite
unreal-editor-for-fortnite
code-generation
lora
Instructions to use BizaNator/Verse-Coder-30B-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use BizaNator/Verse-Coder-30B-v1 with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
| # Verse Authoring Skill β canonical source | |
| The full agent-facing skill (**8 compile-verified rules** for writing UEFN Verse that | |
| compiles, ranked by real failure data from 1,418 compiles) lives canonically on GitHub: | |
| **β https://github.com/BizaNator/VerseIsland/blob/main/skills/verse-authoring/SKILL.md** | |
| (raw, agent-loadable: https://raw.githubusercontent.com/BizaNator/VerseIsland/main/skills/verse-authoring/SKILL.md) | |
| The 30-second version β nearly 3 in 4 (73%) of failures come from just three mistakes: | |
| 1. **Add the `using` block first** (34% of failures) β `trigger_device`, `agent`, | |
| `@editable` all live in modules you must import. | |
| 2. **Device text takes a `message`, not a `string`** (31%) β use the `<localizes>` pattern. | |
| 3. **Get the file shape right** (25%) β `#` comments, logic inside methods, no invented | |
| keywords. | |
| Human version with full explanations: https://verseisland.com/guides/writing-verse-that-compiles | |
| *(This file is a pointer so there is exactly one source of truth β CC BY 4.0, Verse Island / Biloxi Studios.)* | |