| license: other | |
| tags: | |
| - trl | |
| - sft | |
| - generated_from_trainer | |
| - mlx | |
| base_model: apple/OpenELM-1_1B-Instruct | |
| model-index: | |
| - name: OpenELM_1.1b_UiRev_finetuned_V2 | |
| results: [] | |
| # Paramstr/MLX_OpenELM_1.1b_UiRev_finetuned_V2 | |
| The Model [Paramstr/MLX_OpenELM_1.1b_UiRev_finetuned_V2](https://huggingface.co/Paramstr/MLX_OpenELM_1.1b_UiRev_finetuned_V2) was converted to MLX format from [Paramstr/OpenELM_1.1b_UiRev_finetuned_V2](https://huggingface.co/Paramstr/OpenELM_1.1b_UiRev_finetuned_V2) using mlx-lm version **0.14.2**. | |
| ## Use with mlx | |
| ```bash | |
| pip install mlx-lm | |
| ``` | |
| ```python | |
| from mlx_lm import load, generate | |
| model, tokenizer = load("Paramstr/MLX_OpenELM_1.1b_UiRev_finetuned_V2") | |
| response = generate(model, tokenizer, prompt="hello", verbose=True) | |
| ``` | |