Skip to main content

huggingface-llm-trainer

Codex curated Hugging Face skill for training or fine-tuning language models with datasets, tokenizers, trainers, LoRA, metrics, and Hub checkpoints.

Zur Installation springen

Quellinformationen

Repository
Rycen7822/skill-retrieval-mcp
Letzte Quellaktivität
10. Mai 2026 um 17:34
Erkannte Sprache von SKILL.md
Englisch
Sterne
2
Forks
0

Installationsoptionen

Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.

Quelldateien prüfen

Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.

SKILL.md wird angezeigt

SKILL.md
Quellanweisungen · Schreibgeschützte Vorschau
name
huggingface-llm-trainer
description
Codex curated Hugging Face skill for training or fine-tuning language models with datasets, tokenizers, trainers, LoRA, metrics, and Hub checkpoints.
tags
["codex-builtin","huggingface","llm","training","fine-tuning"]
# huggingface-llm-trainer ## When to Use Use for LLM fine-tuning, tokenizer setup, training arguments, LoRA adapters, evaluation metrics, or Hub checkpoint publishing. ## Do Not Use When Do not use for vision-only training or simple Gradio UI work. ## Required Inputs Base model, dataset, tokenizer strategy, hardware budget, training configuration, and checkpoint destination. ## Workflow 1. Inspect model and dataset sizes. 2. Configure tokenizer and trainer. 3. Run a tiny smoke training step. 4. Evaluate and save/push outputs.
Auf GitHub ansehen