Text Classification
Transformers
Safetensors
English
mistral
text-generation
text-generation-inference
unsloth
trl
text-embeddings-inference
4-bit precision
bitsandbytes
Instructions to use BarraHome/rezephyr_merged_4bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use BarraHome/rezephyr_merged_4bit with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="BarraHome/rezephyr_merged_4bit")# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("BarraHome/rezephyr_merged_4bit") model = AutoModelForCausalLM.from_pretrained("BarraHome/rezephyr_merged_4bit", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Desktop
Ctrl+K