LUNA-Training โ€” SFT & LoRA Recipes for LUNA-100M

This repository is the supervised fine-tuning workspace for the LUNA-100M model. It contains the SFT/LoRA training code, configuration files, and the RAG + MCP dataset build pipeline used to produce the trained sft_v1 / luna_100m_sft checkpoints.

Contents

Path Description
train.py Base pretraining trainer (shared with the LUNA workspace)
sft_train.py Full supervised fine-tuning trainer
lora_sft_train.py LoRA SFT trainer (RAG+MCP adapter runs)
lora_chat.py / chat.py / chat_full_sft.py / generate.py Inference / chat entry points
validate_sft.py / validate_and_quantize.py Eval + quantization (incl. GGUF export)
rag_mcp_lora_config.yaml / rag_mcp_full_sft_config.yaml RAG + MCP SFT recipes
sft_config.yaml / train_config.yaml Base SFT / pretrain configs
push_*_to_hf.py Upload helpers (code / dataset / model / LoRA)
Base/Datasets/rag_mcp_sft/ RAG + MCP SFT dataset builder + reports
Base/checkpoints/EleutherAI/pythia-160m/ LUNA tokenizer (vocab 50,254)

Related

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Collection including ASTERIZER/LUNA-Training