Views
No views yet
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
preparebuddy/ielts-2b-mlx and download it (or it appears automatically if placed in your models folder).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.
<TEST=IELTS><SECTION=WRITING><TYPE=TASK2><DIFF=medium><TOPIC=social media> Generate an IELTS Writing Task 2 question with word limit and timing.1pip install mlx-lm
2python -m mlx_lm generate --model preparebuddy/ielts-2b-mlx \
3 --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.7Tip: 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).