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
6
Safetensors
Model size
2.26B params
Tensor type
FP16
·
U32
·
Inference Examples
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social visibility and check back later, or deploy to Inference Endpoints (dedicated) instead.

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

Finetuned
(73)
this model

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