Back to Home
coleritchiee icon

NeoForm

Verified Safe

by coleritchiee

Overview

Fine-tuning a small-scale code generation Large Language Model (LLM) using LoRA, specifically tailored for generating NeoForge (Minecraft modding platform) related code.

Installation

Run Command
python training/TrainNeoforgeLM.py --run-name qwen2.5coder-0.5b-neoforge-lm --epochs 1.0

Security Notes

The project primarily involves local data processing and model training/inference, with no apparent direct network exposure or server-side vulnerabilities. The `DataProcessing.py` script reads arbitrary code files from a local input directory to build a corpus; while it attempts to handle large files and encoding errors, processing untrusted code files (even without execution) always carries a very minor theoretical risk of parser-level vulnerabilities if the tool were to be exposed to external, malicious inputs. However, for its intended use as a local development tool, it is highly safe. No 'eval' or malicious patterns are detected.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassHigh
Avg Tokens5000
Stars0
Forks0
Last Update2025-11-30

Tags

LLM fine-tuningCode GenerationNeoForgeMinecraft ModdingPEFTLoRA