How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "Delta-Vector/Pascal-Base-12B"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "Delta-Vector/Pascal-Base-12B",
		"messages": [
			{
				"role": "user",
				"content": [
					{
						"type": "text",
						"text": "Describe this image in one sentence."
					},
					{
						"type": "image_url",
						"image_url": {
							"url": "https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg"
						}
					}
				]
			}
		]
	}'
Use Docker
docker model run hf.co/Delta-Vector/Pascal-Base-12B
Quick Links

Hparams:

  • LR: 1e-5
  • Weight Decay: 0.02
  • grad-clip: 0.2
  • R64, A32, Rslora, 0.1 drop out, 16bit lora (qlora is cope.)

pretrained on a buncha LNs, books, etc. Used for a base for Pascal.

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

Model tree for Delta-Vector/Pascal-Base-12B

Merge model
this model
Finetunes
1 model
Quantizations
3 models

Collection including Delta-Vector/Pascal-Base-12B