--- license: apache-2.0 tags: - merge - mergekit - bardsai/jaskier-7b-dpo-v5.6 - mlabonne/AlphaMonarch-7B - mlabonne/NeuralMonarch-7B - macadeliccc/MBX-7B-v3-DPO model-index: - name: pastiche-crown-clown-7b-dare results: - task: type: text-generation name: Text Generation dataset: name: AI2 Reasoning Challenge (25-Shot) type: ai2_arc config: ARC-Challenge split: test args: num_few_shot: 25 metrics: - type: acc_norm value: 73.81 name: normalized accuracy source: url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=CorticalStack/pastiche-crown-clown-7b-dare name: Open LLM Leaderboard - task: type: text-generation name: Text Generation dataset: name: HellaSwag (10-Shot) type: hellaswag split: validation args: num_few_shot: 10 metrics: - type: acc_norm value: 89.09 name: normalized accuracy source: url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=CorticalStack/pastiche-crown-clown-7b-dare name: Open LLM Leaderboard - task: type: text-generation name: Text Generation dataset: name: MMLU (5-Shot) type: cais/mmlu config: all split: test args: num_few_shot: 5 metrics: - type: acc value: 64.65 name: accuracy source: url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=CorticalStack/pastiche-crown-clown-7b-dare name: Open LLM Leaderboard - task: type: text-generation name: Text Generation dataset: name: TruthfulQA (0-shot) type: truthful_qa config: multiple_choice split: validation args: num_few_shot: 0 metrics: - type: mc2 value: 76.55 source: url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=CorticalStack/pastiche-crown-clown-7b-dare name: Open LLM Leaderboard - task: type: text-generation name: Text Generation dataset: name: Winogrande (5-shot) type: winogrande config: winogrande_xl split: validation args: num_few_shot: 5 metrics: - type: acc value: 84.85 name: accuracy source: url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=CorticalStack/pastiche-crown-clown-7b-dare name: Open LLM Leaderboard - task: type: text-generation name: Text Generation dataset: name: GSM8k (5-shot) type: gsm8k config: main split: test args: num_few_shot: 5 metrics: - type: acc value: 69.83 name: accuracy source: url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=CorticalStack/pastiche-crown-clown-7b-dare name: Open LLM Leaderboard --- Pastiche crown clown logo # pastiche-crown-clown-7B-dare pastiche-crown-clown-7B-dare is a DARE merge of the following models using [mergekit](https://github.com/cg123/mergekit): * [bardsai/jaskier-7b-dpo-v5.6](https://huggingface.co/bardsai/jaskier-7b-dpo-v5.6) * [mlabonne/AlphaMonarch-7B](https://huggingface.co/mlabonne/AlphaMonarch-7B) * [mlabonne/NeuralMonarch-7B](https://huggingface.co/mlabonne/NeuralMonarch-7B) * [macadeliccc/MBX-7B-v3-DPO](https://huggingface.co/macadeliccc/MBX-7B-v3-DPO) See the paper [Language Models are Super Mario: Absorbing Abilities from Homologous Models as a Free Lunch](https://arxiv.org/abs/2311.03099) for more on the method. ## 🧩 Configuration ```yaml models: - model: bardsai/jaskier-7b-dpo-v5.6 - model: mlabonne/AlphaMonarch-7B parameters: density: 0.53 weight: 0.2 - model: mlabonne/NeuralMonarch-7B parameters: density: 0.53 weight: 0.4 - model: macadeliccc/MBX-7B-v3-DPO parameters: density: 0.53 weight: 0.4 merge_method: dare_ties base_model: bardsai/jaskier-7b-dpo-v5.6 parameters: int8_mask: true dtype: bfloat16 ``` # [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard) Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_CorticalStack__pastiche-crown-clown-7b-dare) | Metric |Value| |---------------------------------|----:| |Avg. |76.46| |AI2 Reasoning Challenge (25-Shot)|73.81| |HellaSwag (10-Shot) |89.09| |MMLU (5-Shot) |64.65| |TruthfulQA (0-shot) |76.55| |Winogrande (5-shot) |84.85| |GSM8k (5-shot) |69.83|