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

L3.3-MS-Evalebis-70b

Creator: SteelSkull

About Evalebis-70b:

Name Legend:
L3.3 = Llama 3.3
MS = Model Stock
Evalebis = mix of EVA-LLAMA-0.1, EURYALE-v2.3 and Anubis-v1
70B = its 70B
      

This model was created as I liked the storytelling of EVA, the prose and details of scenes from EURYALE and Anubis, my goal is to merge the robust storytelling of all three models while attempting to maintain the positives of the models.

My recommended Templates / System prompts: (List of Prompt-Gremlins)

LLam@ception <<< Template / System prompt [Made by @.konnect]

DWK-SP0.02 <<< System prompt [Made by @daimonwk]

Quants: (List of badasses) [will add once created]

GGUF Quant:

- bartowski: Combined-GGUF

- mradermacher: GGUF // Imat-GGUF

Config:

MODEL_NAME = "L3.3-MS-Evayale-70B"
base_model: unsloth/Llama-3.3-70B-Instruct
merge_method: model_stock
dtype: bfloat16
models:
  - model: EVA-UNIT-01/EVA-LLaMA-3.33-70B-v0.1
  - model: Sao10K/L3.3-70B-Euryale-v2.3
  - model: TheDrummer/Anubis-70B-v1

If you wish to support:

Downloads last month
18
Safetensors
Model size
71B params
Tensor type
BF16
·
Inference Providers NEW
Input a message to start chatting with SteelStorage/L3.3-MS-Evalebis-70b.

Model tree for SteelStorage/L3.3-MS-Evalebis-70b