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-AlpacaDente2-30b", device_map="auto")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

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

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

Check out the documentation for more information.

Fresh Alpasta, done Al Dente!

It's da logical choice! Now with a similar personality emulation quality to GPT4-X-Alpasta-30b!

Model Info:

ChanSung's Alpaca-LoRA-30B-elina merged with Open Assistant's second Finetune

Benchmarks:

Wikitext2: 4.662261962890625

PTB: 24.547462463378906

C4: 7.05504846572876

4bit:

Wikitext2: 5.016242980957031

PTB: 25.576189041137695

C4: 7.332120418548584

~ Thanks to askmyteapot for performing these benchmarks!

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

Model tree for Aeala/GPT4-x-AlpacaDente2-30b

Quantizations
2 models

Spaces using Aeala/GPT4-x-AlpacaDente2-30b 34