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="R136a1/Megamix-A1-13B-exl2")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("R136a1/Megamix-A1-13B-exl2")
model = AutoModelForCausalLM.from_pretrained("R136a1/Megamix-A1-13B-exl2")
Quick Links

EXL2 Quantization of Putri's Megamix-A1.

GGUF quants from Sao10K here: MegaMix-L2-13B-GGUF

Model details

Quantized at 5.33bpw

Prompt Format

I'm using Alpaca format:

### Instruction:


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

Collection including R136a1/Megamix-A1-13B-exl2