jesusoctavioas's picture
Create README.md
803b79c verified
metadata
language:
  - en
base_model:
  - cognitivecomputations/Dolphin3.0-R1-Mistral-24B

This model was converted to MLX format and quantized Q4, from cognitivecomputations/Dolphin3.0-R1-Mistral-24B using mlx-lm version 0.4.0. 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("jesusoctavioas/Dolphin3.0-R1-Mistral-24B-MLX-Q4") response = generate(model, tokenizer, prompt="hello", verbose=True)

Original model link https://huggingface.co/cognitivecomputations/Dolphin3.0-R1-Mistral-24B/tree/main .