How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "nlpguy/ColorShadow-7B-v2"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "nlpguy/ColorShadow-7B-v2",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/nlpguy/ColorShadow-7B-v2
Quick Links

ColorShadow-7B-v2

This is a Gradient-SLERP merge between diffnamehard/Mistral-CatMacaroni-slerp-7B and cookinai/Valkyrie-V1 performed using mergekit.

Here is the config file used:

  slices:
    - sources:
        - model: diffnamehard/Mistral-CatMacaroni-slerp-7B
          layer_range: [0, 32]
        - model: cookinai/Valkyrie-V1
          layer_range: [0, 32]
  merge_method: slerp
  base_model: diffnamehard/Mistral-CatMacaroni-slerp-7B
  parameters:
    t:
      - filter: self_attn
        value: [1, 0.5, 0.7, 0.3, 0]
      - filter: mlp
        value: [0, 0.5, 0.3, 0.7, 1]
      - value: 0.5 # fallback for rest of tensors
  dtype: float16

Open LLM Leaderboard Evaluation Results

Detailed results can be found here

Metric Value
Avg. 66.88
AI2 Reasoning Challenge (25-Shot) 67.15
HellaSwag (10-Shot) 84.69
MMLU (5-Shot) 60.34
TruthfulQA (0-shot) 62.93
Winogrande (5-shot) 78.85
GSM8k (5-shot) 47.31
Downloads last month
223
Safetensors
Model size
7B params
Tensor type
F16
·
Inference Providers NEW
Input a message to start chatting with nlpguy/ColorShadow-7B-v2.

Model tree for nlpguy/ColorShadow-7B-v2

Quantizations
3 models

Evaluation results