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="Aeala/GPT4-x-Alpasta-13b")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("Aeala/GPT4-x-Alpasta-13b")
model = AutoModelForCausalLM.from_pretrained("Aeala/GPT4-x-Alpasta-13b", device_map="auto")
Quick Links

YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

Pasta with a small twist!

Untested but fresh as of 5/6/2023, taste and hopefully enjoy! ^~^

Model Info:

ChanSung's AlpacaGPT4-LoRA-13B-elina merged with dvruette's llama-13b sft do2 finetune

Downloads last month
57
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Spaces using Aeala/GPT4-x-Alpasta-13b 31