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="maywell/PiVoT-SUS-RP")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("maywell/PiVoT-SUS-RP")
model = AutoModelForCausalLM.from_pretrained("maywell/PiVoT-SUS-RP")
Quick Links

Model Description

PiVoT-RP model based on SUS-34B

Train with LoRA, Private Dataset used.

Seq Len = 8192.

Super Fast unsloth used while training. :>

Follow me on twitter: https://twitter.com/stablefluffy

Consider Support me making these model alone: https://www.buymeacoffee.com/mwell or with Runpod Credit Gift ๐Ÿ’•

Contact me on Telegram: https://t.me/AlzarTakkarsen

Downloads last month
205
Safetensors
Model size
34B params
Tensor type
BF16
ยท
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for maywell/PiVoT-SUS-RP

Quantizations
6 models