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="gmongaras/reddit_negative_v1_13B")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("gmongaras/reddit_negative_v1_13B")
model = AutoModelForCausalLM.from_pretrained("gmongaras/reddit_negative_v1_13B", device_map="auto")
Quick Links

Base model: https://huggingface.co/WizardLM/WizardLM-13B-V1.2

Model trained on the following data: https://huggingface.co/datasets/gmongaras/reddit_negative

Trained for about 600 steps with a batch size of 6, 3 accumulation steps, and using LoRA adapters on all layers.

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