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:
- Add the
usingblock first (34% of failures) βtrigger_device,agent,@editableall live in modules you must import. - Device text takes a
message, not astring(31%) β use the<localizes>pattern. - 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.)