How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "llleb/mistral-7b-arc-qlora-exp7-3"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "llleb/mistral-7b-arc-qlora-exp7-3",
		"prompt": "Once upon a time,",
		"max_tokens": 512,
		"temperature": 0.5
	}'
Use Docker
docker model run hf.co/llleb/mistral-7b-arc-qlora-exp7-3
Quick Links

mistral-7b-arc-qlora-exp7-3

This model is a QLoRA task-adapted Mistral-7B-v0.1 model for ARC-Challenge science multiple-choice QA.

Training setup

  • Base model: mistralai/Mistral-7B-v0.1
  • Method: 4-bit NF4 QLoRA + response-only loss
  • Training data: ARC-Challenge train, ARC-Easy train subset, OpenBookQA train
  • ARC-Easy ratio: 0.3
  • Learning rate: 3e-05
  • Epochs: 4
  • LoRA r/alpha/dropout: 64 / 128 / 0.05

Evaluation

Evaluated with lm-evaluation-harness on arc_challenge using 25-shot prompting.

Downloads last month
10
Safetensors
Model size
7B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for llleb/mistral-7b-arc-qlora-exp7-3

Finetuned
(947)
this model