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

!!! This model performs very poorly. To save you time, I recommend not downloading it. !!!

!!! This model performs very poorly. To save you time, I recommend not downloading it. !!!

!!! This model performs very poorly. To save you time, I recommend not downloading it. !!!

!!! This model performs very poorly. To save you time, I recommend not downloading it. !!!

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
61
Safetensors
Model size
1B params
Tensor type
F32
·
Inference Providers NEW

Model tree for blueapple8259/TinyAlpaca-v0.1

Quantizations
2 models

Dataset used to train blueapple8259/TinyAlpaca-v0.1