Model Selection - General
Model Configuration
The first configuration block of the Axolotl YAML configuration file is 'model type'. It comprises three main configurations.
base_model - This is the Huggingface model that contains *.pt, *.safetensors, or *.bin files
model_type - If you want to specify the type of model to load
tokenizer_type - Corresponding tokenizer for the model
Model Configuration example for Phi 2.0
Model Configuration example for Llama2
Model Configuration example for TinyLLama
Model Configuration example for Code-LLama
We will now move to setting up the Axolotl training configuration file for Phi 2.0.
Last updated