![](https://i.imgur.com/0xFTuAX.png)
mlx-community/Pearl-7B
This model was converted to MLX format from louisbrulenaudet/Pearl-7B-0211-ties
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/Pearl-7B --max-tokens 100 --temp 0.0
from mlx_lm import load, generate
model, tokenizer = load("mlx-community/Pearl-7B")
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 = {Pearl-7B-0211-ties, an xtraordinary 7B model},
year = {2024}
howpublished = {\url{https://huggingface.co/louisbrulenaudet/Pearl-7B-0211-ties}},
}
Feedback
If you have any feedback, please reach out at louisbrulenaudet@icloud.com.
- Downloads last month
- 82
Inference Providers
NEW
This model is not currently available via any of the supported Inference Providers.
Model tree for mlx-community/Pearl-7B
Base model
louisbrulenaudet/Pearl-7B-0211-tiesDatasets used to train mlx-community/Pearl-7B
Evaluation results
- AverageOpen LLM Leaderboard75.110
- ARCOpen LLM Leaderboard71.420
- GSM8KOpen LLM Leaderboard70.660
- WinograndeOpen LLM Leaderboard84.370
- TruthfulQAOpen LLM Leaderboard71.460
- HellaSwagOpen LLM Leaderboard88.860