Book-Gut12B-GGUF / README.md
aashish1904's picture
Upload README.md with huggingface_hub
1127f14 verified
|
raw
history blame
No virus
1.81 kB
---
base_model:
- nbeerbower/Stella-mistral-nemo-12B-v2
- nbeerbower/mistral-nemo-gutenberg-12B-v2
library_name: transformers
tags:
- mergekit
- merge
---
[![QuantFactory Banner](https://lh7-rt.googleusercontent.com/docsz/AD_4nXeiuCm7c8lEwEJuRey9kiVZsRn2W-b4pWlu3-X534V3YmVuVc2ZL-NXg2RkzSOOS2JXGHutDuyyNAUtdJI65jGTo8jT9Y99tMi4H4MqL44Uc5QKG77B0d6-JfIkZHFaUA71-RtjyYZWVIhqsNZcx8-OMaA?key=xt3VSDoCbmTY7o-cwwOFwQ)](https://hf.co/QuantFactory)
# QuantFactory/Book-Gut12B-GGUF
This is quantized version of [ClaudioItaly/Book-Gut12B](https://huggingface.co/ClaudioItaly/Book-Gut12B) created using llama.cpp
# Original Model Card
# merge
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
## Merge Details
### Merge Method
This model was merged using the SLERP merge method.
### Models Merged
The following models were included in the merge:
* [nbeerbower/Stella-mistral-nemo-12B-v2](https://huggingface.co/nbeerbower/Stella-mistral-nemo-12B-v2)
* [nbeerbower/mistral-nemo-gutenberg-12B-v2](https://huggingface.co/nbeerbower/mistral-nemo-gutenberg-12B-v2)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
models:
- model: nbeerbower/Stella-mistral-nemo-12B-v2
- model: nbeerbower/mistral-nemo-gutenberg-12B-v2
merge_method: slerp
tokenizer_merge_method: slerp
tokenizer_parameters:
t: 0.3 # Dà più peso al tokenizer
base_model: nbeerbower/mistral-nemo-gutenberg-12B-v2
dtype: bfloat16
parameters:
t: [0, 0.2, 0.4, 0.5, 0.4, 0.2, 0] # Curva che favorisce leggermente
temp: 1.3 # Temperatura per smoothare il merge
density: # Density merging per bilanciare le caratteristiche dei due modelli
- threshold: 0.1
t: 0.7
- threshold: 0.5
t: 0.5
- threshold: 0.9
t: 0.3
```