Edit model card

mlx-community/Hermes-2-Theta-Llama-3-8B-8bit

Model was converted to MLX format from NousResearch/Hermes-2-Theta-Llama-3-8B using mlx-lm version 0.14.3.

Converted & uploaded by: @ucheog (Uche Ogbuji).

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/Hermes-2-Theta-Llama-3-8B-8bit')
response = generate(model, tokenizer, prompt='Hello! Tell me something good.', verbose=True)

Conversion command

python -m mlx_lm.convert --hf-path NousResearch/Hermes-2-Theta-Llama-3-8B --mlx-path ~/.local/share/models/mlx/Hermes-2-Theta-Llama-3-8B -q --q-bits 8
Downloads last month
83
Safetensors
Model size
2.26B params
Tensor type
FP16
·
U32
·

Finetuned from

Dataset used to train mlx-community/Hermes-2-Theta-Llama-3-8B-8bit