# tinker_cookbook.hyperparam_utils.get_full_finetune_param_count ### [**tinker_cookbook.hyperparam_utils.get_full_finetune_param_count**](https://github.com/thinking-machines-lab/tinker-cookbook/blob/main/tinker_cookbook/hyperparam_utils.py#L316)(*model_name*) Get the total parameter count for a model by reading safetensors headers. **Parameters:** - [**model_name**](https://github.com/thinking-machines-lab/tinker-cookbook/blob/main/tinker_cookbook/hyperparam_utils.py#L316) (*str*) – HuggingFace model identifier. **Returns:** Total number of parameters as a float.