Model: mlx-community/openchat-3.5-0106 Source: Original Platform
license, library_name, tags, base_model, pipeline_tag
| license | library_name | tags | base_model | pipeline_tag | ||||
|---|---|---|---|---|---|---|---|---|
| apache-2.0 | transformers |
|
mistralai/Mistral-7B-v0.1 | text-generation |
mlx-community/openchat-3.5-0106
This model was converted to MLX format from openchat/openchat-3.5-0106.
Refer to the original model card for more details on the model.
Use with mlx
pip install mlx-lm
from mlx_lm import load, generate
model, tokenizer = load("mlx-community/openchat-3.5-0106")
response = generate(model, tokenizer, prompt="hello", verbose=True)
Description