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-classification", model="Techbitforge/dolphin-2.0-mixtral-7b-GGUF")
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("Techbitforge/dolphin-2.0-mixtral-7b-GGUF", device_map="auto")
Quick Links

Model Name

This is a BERT-based model fine-tuned for text classification.

Downloads last month
8
GGUF
Model size
7B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

5-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support