Model Configuration
Model Configuration
Field Name | Description |
---|---|
| Specifies the Hugging Face model or its path containing model files ( |
| Allows specifying an ignore pattern for model files in the repository. |
| Location of the configuration |
| Specifies a specific model revision from Hugging Face's hub. |
| Optional override for the tokenizer configuration, different from the base model. |
| Defines the type of model to load, e.g., |
| Corresponding tokenizer type, e.g., |
| Allows trusting remote code for untrusted sources. |
| Indicates whether to use the |
| Specifies whether to use the legacy tokenizer setting. |
| Resizes model embeddings to multiples of 32 when new tokens are added. |
| Boolean flag indicating if the model is derived from Falcon. |
| Boolean flag indicating if the model is derived from Llama. |
| Boolean flag indicating if the model is derived from Mistral. |
| Optional overrides for the base model configuration, including RoPE Scaling settings. |
Last updated