![](https://i.imgur.com/dU9dUh0.png)
mlx-community/Maxine-34B-stock
This model was converted to MLX format from louisbrulenaudet/Maxine-34B-stock
using mlx-vlm version 0.15.2.
Refer to the original model card for more details on the model.
Use with mlx
pip install -U mlx-vlm
python -m mlx_vlm.generate --model mlx-community/Maxine-34B-stock --max-tokens 100 --temp 0.0
from mlx_lm import load, generate
model, tokenizer = load("mlx-community/Maxine-34B-stock")
response = generate(model, tokenizer, prompt="hello", verbose=True)
Citing & Authors
If you use this code in your research, please use the following BibTeX entry.
@misc{louisbrulenaudet2024,
author = {Louis Brulé Naudet},
title = {Maxine-34B-stock, an xtraordinary 34B model},
year = {2024}
howpublished = {\url{https://huggingface.co/mlx-community/Maxine-34B-stock}},
}
Feedback
If you have any feedback, please reach out at louisbrulenaudet@icloud.com.
- Downloads last month
- 8
Inference Providers
NEW
This model is not currently available via any of the supported Inference Providers.
Model tree for mlx-community/Maxine-34B-stock
Base model
louisbrulenaudet/Maxine-34B-stockDatasets used to train mlx-community/Maxine-34B-stock
Evaluation results
- AverageOpen LLM Leaderboard77.280
- ARCOpen LLM Leaderboard74.060
- GSM8KOpen LLM Leaderboard72.180
- WinograndeOpen LLM Leaderboard83.900
- TruthfulQAOpen LLM Leaderboard70.180
- HellaSwagOpen LLM Leaderboard86.740