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="typeof/openchat_3.5-sharded")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("typeof/openchat_3.5-sharded")
model = AutoModelForCausalLM.from_pretrained("typeof/openchat_3.5-sharded")
Quick Links

This is the sharded version of https://huggingface.co/openchat/openchat_3.5

Most recent commit 7e65595

OpenChat: Advancing Open-source Language Models with Mixed-Quality Data

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

Datasets used to train typeof/openchat_3.5-sharded