How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "afrideva/TinyAlpaca-v0.1-GGUF"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "afrideva/TinyAlpaca-v0.1-GGUF",
		"prompt": "Once upon a time,",
		"max_tokens": 512,
		"temperature": 0.5
	}'
Use Docker
docker model run hf.co/afrideva/TinyAlpaca-v0.1-GGUF:
Quick Links

blueapple8259/TinyAlpaca-v0.1-GGUF

Quantized GGUF model files for TinyAlpaca-v0.1 from blueapple8259

Name Quant method Size
tinyalpaca-v0.1.q2_k.gguf q2_k 482.14 MB
tinyalpaca-v0.1.q3_k_m.gguf q3_k_m 549.85 MB
tinyalpaca-v0.1.q4_k_m.gguf q4_k_m 667.81 MB
tinyalpaca-v0.1.q5_k_m.gguf q5_k_m 782.04 MB
tinyalpaca-v0.1.q6_k.gguf q6_k 903.41 MB
tinyalpaca-v0.1.q8_0.gguf q8_0 1.17 GB

Original Model Card:

This model is a TinyLlama model fine-tuned with the yahma/alpaca-cleaned dataset.

prompt:

Below is an instruction that describes a task. Write a response that appropriately completes the request.

### Instruction:
{prompt}

### Response:
Below is an instruction that describes a task. Write a response that appropriately completes the request.

### Instruction:
{prompt}

### Input:
{input}

### Response:
Downloads last month
126
GGUF
Model size
1B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

2-bit

3-bit

4-bit

5-bit

6-bit

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for afrideva/TinyAlpaca-v0.1-GGUF

Quantized
(2)
this model

Dataset used to train afrideva/TinyAlpaca-v0.1-GGUF