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

Glitz v0.2 ✨💅

art by spindlehorse toons. i do not own this image. all credit goes to them!

compute sponsored by ShuttleAI

details

this is an experimental l3.1 70b finetuning run... that crashed midway through. however, the results are still interesting, so i wanted to publish them :3

prompting

use l3 instruct. not writing an example, almost everything supports it by now and i don't feel like remembering the stupid tags

datasets

a mix of publicly available claude synth data in various domains, mostly. also systemchat but i refuse to credit cognitive computations for anything decent so forget i said it

Downloads last month
17
Safetensors
Model size
71B params
Tensor type
BF16
·
Inference Providers NEW
Input a message to start chatting with Fizzarolli/L3.1-70b-glitz-v0.2.

Model tree for Fizzarolli/L3.1-70b-glitz-v0.2

Merges
5 models
Quantizations
2 models