ielts-2b-mlx / README.md
preparebuddy's picture
IELTS-2B MLX 4-bit (Apple Silicon / LM Studio)
d3ce125 verified
|
Raw
History Blame Contribute Delete
2.12 kB
---
license: apache-2.0
base_model: Qwen/Qwen3.5-2B
library_name: mlx
pipeline_tag: text-generation
language:
- en
tags:
- ielts
- education
- content-generation
- mlx
---
# PrepareBuddy IELTS-2B β€” MLX (Apple Silicon)
The **MLX 4-bit** build of [**PrepareBuddy IELTS-2B**](https://huggingface.co/preparebuddy/ielts-2b),
for fast local use on Apple Silicon Macs β€” including **LM Studio**. Generates IELTS Academic
practice content across all four sections.
> Content generator, not an assessment tool. A **fine-tune** of Qwen3.5-2B β€” not a foundation model.
> **Full details, examples, the 2B/4B/9B comparison, and the grounding+verification how-to are on the
> main page:** πŸ‘‰ https://huggingface.co/preparebuddy/ielts-2b
## Run in LM Studio (Mac)
1. Search **`preparebuddy/ielts-2b-mlx`** and download it (or it appears automatically if placed in your models folder).
2. System prompt:
> You generate authentic IELTS Academic practice content across reading, writing, listening, and speaking. Produce passages, transcripts, tasks, questions, and answer keys or model answers as appropriate to the section. Use IELTS-style register: academic, neutral, factually plausible. This is content generation, not assessment.
3. Prompt with the tag format, e.g.:
```
<TEST=IELTS><SECTION=WRITING><TYPE=TASK2><DIFF=medium><TOPIC=social media> Generate an IELTS Writing Task 2 question with word limit and timing.
```
4. Settings: temperature **0.3** for verdicts (TFNG/YNNG/MCQ), **0.7** for writing/speaking; top_p 0.9. Max tokens ~400.
## Run with mlx-lm (CLI)
```bash
pip install mlx-lm
python -m mlx_lm generate --model preparebuddy/ielts-2b-mlx \
--prompt "<TEST=IELTS><SECTION=SPEAKING><TYPE=PART2><DIFF=medium><TOPIC=a memorable journey> Generate an IELTS Speaking Part 2 cue card with a model answer." --temp 0.7
```
> **Tip:** the 2B is the *family's best verdict judge* but weakest on facts β€” for reliable answer keys,
> generate against a real passage and use the re-checking loop (see the main page).
## License
Apache-2.0, inheriting from Qwen3.5-2B. Built by PrepareBuddy.