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

tokenizer = AutoTokenizer.from_pretrained("jeiku/Garbage_9B")
model = AutoModelForCausalLM.from_pretrained("jeiku/Garbage_9B")
Quick Links

Garbage

image/png

This is a finetune of InfinityNexus_9B. This is my first time tuning a frankenmerge, so hopefully it works out. The goal is to improve intelligence and RP ability beyond the 7B original models.

Downloads last month
116
Safetensors
Model size
9B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for jeiku/Garbage_9B

Finetuned
(1)
this model
Quantizations
3 models

Dataset used to train jeiku/Garbage_9B