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

i am not responsible for anything said by this model

do not use this in public deployments

if you are using ollama download https://huggingface.co/electron271/graig-experiment-3/blob/main/Modelfile and run ollama create graig-experiment-3 in the same folder as the modelfile

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

Model tree for electron271/graig-experiment-3

Quantized
(32)
this model

Dataset used to train electron271/graig-experiment-3

Collection including electron271/graig-experiment-3