Running Fine-tuning via Felafax CLI
New! Get started with fine-tuning your models using the Felafax CLI in a few simple steps.
Setup and Authentication
Install the CLI
Install the CLI
Generate and use Auth Token
Generate and use Auth Token
- Visit preview.felafax.ai and create/sign in to your account
- Navigate to Tokens page and create a new token
- Authenticate your CLI session:
Configure Fine-tuning
Generate Configuration
Generate Configuration
Generate a default config file:
Configuration Parameters
Configuration Parameters
Update your
config.yml with these parameters:HuggingFace Settings:- HuggingFace token
- Repository ID
batch_sizemax_seq_lengthnum_steps(set tonullfor full dataset)learning_ratelora_rankeval_interval
Start Fine-tuning
View Available Models
View Available Models
Launch Fine-tuning
Launch Fine-tuning
Start with your selected model and dataset:Example command:
Useful Commands
Monitor Progress
Monitor Progress
Stream real-time logs:
List Models
List Models
View your fine-tuned models:
Interactive Chat
Interactive Chat
Chat with your fine-tuned model:
Explore More
Explore More
Main command groups:
tune: Manage fine-tuning jobsmodel: Handle fine-tuned modelsfiles: Manage datasets
