--- library_name: transformers tags: - mergekit license: apache-2.0 --- ### This is not a Merge I just used mergekit to convert to f16 this model [CalderaAI/Hexoteric-7B](https://huggingface.co/CalderaAI/Hexoteric-7B). ### Configuration The following YAML configuration was used to produce this model: ```yaml base_model: model: path: CalderaAI/Hexoteric-7B dtype: float16 merge_method: task_arithmetic slices: - sources: - layer_range: [0, 32] model: model: path: CalderaAI/Hexoteric-7B parameters: weight: 1.0 ```