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="Kooten/Pasta-Lake-7b-5bpw-exl2")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("Kooten/Pasta-Lake-7b-5bpw-exl2")
model = AutoModelForCausalLM.from_pretrained("Kooten/Pasta-Lake-7b-5bpw-exl2")
Quick Links

Pasta-Lake-7b 5bpw

Exllama quant of Test157t/Pasta-Lake-7b

Other quants:

EXL2: 8bpw, 6bpw, 5bpw, 4bpw

Prompt format: Alpaca

Below is an instruction that describes a task. Write a response that appropriately completes the request.
### Instruction:
{prompt}
### Input:
{input}
### Response:

Contact

Kooten on discord

ko-fi.com/kooten if you would like to support me

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

Model tree for Kooten/Pasta-Lake-7b-5bpw-exl2