NeoForm
Verified Safeby 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
python training/TrainNeoforgeLM.py --run-name qwen2.5coder-0.5b-neoforge-lm --epochs 1.0Security 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
context7
Provides up-to-date, version-specific documentation and code examples to Large Language Models (LLMs) and AI coding assistants to improve code generation accuracy and relevance, preventing outdated or hallucinated information.
minecraft-mcp-server
Enables large language models (LLMs) like Claude to control a Minecraft character as a bot through the Model Context Protocol (MCP), performing various in-game actions.
jinni
A tool to efficiently provide Large Language Models with structured project context for code comprehension and generation tasks.
code-graph-context
A Model Context Protocol (MCP) server that builds and queries a knowledge graph of TypeScript codebases in Neo4j, supporting semantic search, impact analysis, dead code detection, and multi-agent coordination through stigmergy.