--- license: apache-2.0 model-index: - name: mistral-7b-dolphin-sft 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: 57.25 name: normalized accuracy source: url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=CorticalStack/mistral-7b-dolphin-sft 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: 83.01 name: normalized accuracy source: url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=CorticalStack/mistral-7b-dolphin-sft 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: 62.59 name: accuracy source: url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=CorticalStack/mistral-7b-dolphin-sft 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: 48.91 source: url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=CorticalStack/mistral-7b-dolphin-sft 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: 77.51 name: accuracy source: url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=CorticalStack/mistral-7b-dolphin-sft 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: 35.78 name: accuracy source: url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=CorticalStack/mistral-7b-dolphin-sft name: Open LLM Leaderboard --- # mistral-7b-dolphin-sft mistral-7b-dolphin-sft is an SFT fine-tuned version of [unsloth/mistral-7b-bnb-4bit](https://huggingface.co/unsloth/mistral-7b-bnb-4bit) using the [cognitivecomputations/dolphin](https://huggingface.co/datasets/cognitivecomputations/dolphin) dataset. ## Fine-tuning configuration ### LoRA - r: 256 - LoRA alpha: 128 - LoRA dropout: 0.0 ### Training arguments - Epochs: 1 - Batch size: 4 - Gradient accumulation steps: 6 - Optimizer: adamw_torch_fused - Max steps: 100 - Learning rate: 0.0002 - Weight decay: 0.1 - Learning rate scheduler type: linear - Max seq length: 2048 - 4-bit bnb: True Trained with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library. [](https://github.com/unslothai/unsloth) # [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__mistral-7b-dolphin-sft) | Metric |Value| |---------------------------------|----:| |Avg. |60.84| |AI2 Reasoning Challenge (25-Shot)|57.25| |HellaSwag (10-Shot) |83.01| |MMLU (5-Shot) |62.59| |TruthfulQA (0-shot) |48.91| |Winogrande (5-shot) |77.51| |GSM8k (5-shot) |35.78|