CoolFace
Modelpublic

uukuguy/Mistral-7B-OpenOrca-lora-merged

sourceHugging Facellama2updated 3y agoView on Hugging Face
1likes
Model Card

Mistral-7B-OpenOrca-lora-merged

This is a test.

This is a regenerated model that combines the base model Mistral-7B-v0.1 with the LoRA model Mistral-7B-OpenOrca-lora.

This LoRA model is extracted from the efficient parameter fine-tuned model (Mistral-7B-OpenOra), and now it needs to be verified whether this LoRA model can achieve comparable performance with the original model.

The final goal is to create a toolkit that can simultaneously load multiple LoRA modules, and automatically switch to the appropriate combination of LoRA modules based on user queries to generate the best answer.

The source code is here

Mistral-7B-OpenOrca

  • —LLM Evaluation ...

Local Test

ARC_acc_norm (25-shot)HellaSwag_acc_norm (10-shot)MMLU_acc (5-shot)TruthfulQA_mc2 (0-shot)GSM8K_acc (8-shot)Open LLM Score
Mistral-7B-OpenOrca718361.42454065.11
r=256688464.2846.9534165.81
r=64678464.2647.324165.65
r=16658362.8446.953864.45

Open LLM Leaderboard

ARC_acc_norm (25-shot)HellaSwag_acc_norm (10-shot)MMLU_acc (5-shot)TruthfulQA_mc2 (0-shot)Open LLM Score
Mistral-7B-SlimOrca62.5483.8662.7754.2365.85
Mistral-7B-OpenOrca64.0883.9962.2453.0565.84

lm-evaluation-harness

Open LLM Leaderboard

MetricMistral-7B-OpenOrcaMistral-7B-OpenOrca-loraMistral-7B-OpenOrca-lora-merged
ARC64.08
HellaSwag83.99
MMLU62.24
TruthfulQA53.05
Average65.84

HumanEval

MetricMistral-7B-OpenOrcaMistral-7B-OpenOrca-loraMistral-7B-OpenOrca-lora-merged
humaneval-python35.976

Training procedure

The following bitsandbytes quantization config was used during training:

  • —quant_method: bitsandbytes
  • —loadin8bit: False
  • —loadin4bit: True
  • —llmint8threshold: 6.0
  • —llmint8skip_modules: None
  • —llmint8enablefp32cpu_offload: False
  • —llmint8hasfp16weight: False
  • —bnb4bitquant_type: nf4
  • —bnb4bitusedoublequant: True
  • —bnb4bitcompute_dtype: bfloat16

Framework versions

  • —PEFT 0.5.0