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

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

This is a simple fine-tuning of MiniMa on a dataset of chatgpt interactions. More info to come shortly after though testing. Derived from MiniMa which is derived from Llama 2. Anything built on this must follow the License for Llama 2.

Very unstable, thus I neglected to include the tokenizer. If you really want to use this, you must use MiniMa's tokenizer. I would advise giving me a few days to get this up and running fully.

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