--- base_model: - huihui-ai/CodeLlama-34b-Instruct-hf-abliterated - QuixiAI/Samantha-1.11-CodeLlama-34b - QuixiAI/WizardLM-1.0-Uncensored-CodeLlama-34b - oobabooga/CodeBooga-34B-v0.1 library_name: transformers tags: - mergekit - merge --- intro music... ## Coding-34B-U6-2 Today models are trained on code so much. Have to check how some old ones fare with some assistant bits added ;P ### Models Merged The following models were included in the merge: * Samantha-1.11-CodeLlama-34b * WizardLM-1.0-Uncensored-CodeLlama-34b * CodeBooga-34B-v0.1 * CodeLlama-34b-Instruct-hf-abliterated (as base) ### Configuration The following YAML configuration was used to produce this model: ```yaml name: Coding-34B-U6-2 models: - model: CodeLlama-34b-Instruct-hf-abliterated - model: Samantha-1.11-CodeLlama-34b - model: WizardLM-1.0-Uncensored-CodeLlama-34b - model: CodeBooga-34B-v0.1 base_model: CodeLlama-34b-Instruct-hf-abliterated merge_method: model_stock dtype: float16 ```