README: Ludwig is a **declarative deep learning framework** that lets you train, fine-tune, and deploy AI models — from LLM fine-tuning to tabular classification — using a YAML config fil…
README: ludwig train --config model.yaml --dataset my_data.csv
README: export HUGGING_FACE_HUB_TOKEN="<your_token>" ludwig train --config model.yaml --dataset "ludwig://alpaca"
README: pip install ludwig # core pip install ludwig[full] # all optional dependencies pip install ludwig[llm] # LLM fine-tuning only
README: Ludwig supports the full LLM fine-tuning spectrum: | Technique | Config key | | --------------------------------- | ---------------------------------------------------------------…