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="athirdpath/BigMistral-11b-GLUED")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("athirdpath/BigMistral-11b-GLUED")
model = AutoModelForCausalLM.from_pretrained("athirdpath/BigMistral-11b-GLUED")
Quick Links

Okay, here we fuckin' go.

Time to fire up the ol' dare_ties pod.

NSFW - Erotic(?) Writing Example - NSFW

(That's not what it's finetuned for, okay? He's a grower.)

Dataset

The 11b glue consists of:

  • The entirety of HF No Robots.
  • The entirety of TinyPixel/orca-mini
  • Enough of the GPT-4 generated Alpaca dataset (randomly chosen) to make it a roughly even three-way split.

JSONL file of dataset available as a repo.

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