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

Llama-3.2-1B-distillation-alpaca-5.0-AlpacaRefuse-sauce1-PT2

This model is a fine-tuned version of Grogros/Llama-3.2-1B-distillation-alpaca-5.0-AlpacaRefuse-sauce1 on the None dataset.

Model description

More information needed

Intended uses & limitations

More information needed

Training and evaluation data

More information needed

Training procedure

Training hyperparameters

The following hyperparameters were used during training:

  • learning_rate: 5e-06
  • train_batch_size: 16
  • eval_batch_size: 8
  • seed: 42
  • distributed_type: multi-GPU
  • optimizer: Use adafactor and the args are: No additional optimizer arguments
  • lr_scheduler_type: constant
  • training_steps: 500

Training results

Framework versions

  • Transformers 4.51.3
  • Pytorch 2.2.0a0+81ea7a4
  • Datasets 3.5.0
  • Tokenizers 0.21.1
Downloads last month
3
Safetensors
Model size
1B params
Tensor type
BF16
·
Inference Providers NEW
Input a message to start chatting with Grogros/Llama-3.2-1B-distillation-alpaca-5.0-AlpacaRefuse-sauce1-PT2.

Model tree for Grogros/Llama-3.2-1B-distillation-alpaca-5.0-AlpacaRefuse-sauce1-PT2