--- base_model: - Sao10K/70B-L3.3-Cirrus-x1 library_name: transformers tags: - mergekit - merge --- # output 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: * [Sao10K/70B-L3.3-Cirrus-x1](https://huggingface.co/Sao10K/70B-L3.3-Cirrus-x1) ### Configuration The following YAML configuration was used to produce this model: ```yaml merge_method: passthrough slices: - sources: - model: Sao10K/70B-L3.3-Cirrus-x1 layer_range: [0, 62] - sources: - model: Sao10K/70B-L3.3-Cirrus-x1 layer_range: [19, 80] dtype: bfloat16 ```