SmolLM3-Merged / README.md
finnianx's picture
Update README.md
6f9b718 verified
|
Raw
History Blame Contribute Delete
956 Bytes
---
base_model:
- HuggingFaceTB/SmolLM3-3B-Base
library_name: transformers
tags:
- mergekit
- merge
---
# finnianx/SmolLM3-Merged
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 Passthrough merge method.
### Models Merged
The following models were included in the merge:
* [HuggingFaceTB/SmolLM3-3B-Base](https://huggingface.co/HuggingFaceTB/SmolLM3-3B-Base)
### Configuration
The following YAML configuration was used to produce this model:
### Warning
This model is not ready for any application, it outputs complete gibbberish! Continued pretraining and finetuning is necessary.
```yaml
merge_method: passthrough
dtype: bfloat16
slices:
- sources:
- model: HuggingFaceTB/SmolLM3-3B-Base
layer_range: [0, 36]
- sources:
- model: HuggingFaceTB/SmolLM3-3B-Base
layer_range: [0, 36]
```