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/Mix_Test_3B", trust_remote_code=True)
messages = [
    {"role": "user", "content": "Who are you?"},
]
pipe(messages)
# Load model directly
from transformers import AutoModelForCausalLM
model = AutoModelForCausalLM.from_pretrained("jeiku/Mix_Test_3B", trust_remote_code=True, dtype="auto")
Quick Links

Check merge.yml for more information on the creation of this model. This is a test model created for the purpose of trying new merging techniques. I have not thoroughly tested this model, but it should perform as well as the average 3B or better.

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