PGAM
Collection
Pinkstack general accuracy model(s). Created to hopefully be as accurate as possible. • 1 item • Updated • 3
irm https://unsloth.ai/install.ps1 | iex
# Run unsloth studio
unsloth studio -H 0.0.0.0 -p 8888
# Then open http://localhost:8888 in your browser
# Search for Pinkstack/PGAM-WIT-Conversational-3B-PyTorch to start chatting# No setup required# Open https://huggingface.co/spaces/unsloth/studio in your browser
# Search for Pinkstack/PGAM-WIT-Conversational-3B-PyTorch to start chattingpip install unsloth
from unsloth import FastModel
model, tokenizer = FastModel.from_pretrained(
model_name="Pinkstack/PGAM-WIT-Conversational-3B-PyTorch",
max_seq_length=2048,
)This model is, odd. Been trained on both Grok and hf ultrachat_200k datasets, it acts oddly but is interesting to mess around with. WIT - weird & interesting transformer
This model was trained with Unsloth and Huggingface's TRL library.
Unable to build the model tree, the base model loops to the model itself. Learn more.
Install Unsloth Studio (macOS, Linux, WSL)
# Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for Pinkstack/PGAM-WIT-Conversational-3B-PyTorch to start chatting