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

This is a base/testing model. It is recommended to be used for further fine tuning or training.

This model is, odd. Been trained on both Grok and hf ultrachat_200k datasets, it acts oddly but is interesting to mess around with. WIT - weird & interesting transformer

Uploaded model

  • Developed by: Pinkstack
  • License: apache-2.0
  • Finetuned from model : Pinkstack/PGAM-WIT-Conversational-3B-vLLM (og version)

This model was trained with Unsloth and Huggingface's TRL library.

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

Model tree for Pinkstack/PGAM-WIT-Conversational-3B-PyTorch

Unable to build the model tree, the base model loops to the model itself. Learn more.

Collection including Pinkstack/PGAM-WIT-Conversational-3B-PyTorch