How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="blueapple8259/TinyAlpaca-v0.1")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("blueapple8259/TinyAlpaca-v0.1")
model = AutoModelForCausalLM.from_pretrained("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
200
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