File size: 877 Bytes
6686823
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9109354
6686823
 
 
9109354
6686823
9109354
e2dfe5b
9109354
 
 
6686823
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
base_model: FritzStack/IRF-QWEN8B_light
tags:
- text-generation-inference
- transformers
- unsloth
- qwen3
- mlx
- mlx-my-repo
license: apache-2.0
language:
- en
---

# FritzStack/IRF-QWEN8B_light-mlx-fp16

The Model [FritzStack/IRF-QWEN8B_light-mlx-fp16](https://huggingface.co/FritzStack/IRF-QWEN8B_light-mlx-fp16) was converted to MLX format from [FritzStack/IRF-QWEN8B_light](https://huggingface.co/FritzStack/IRF-QWEN8B_light) using mlx-lm version **0.31.2**.

## Use with mlx

```bash
pip install mlx-lm
!pip install git+https://github.com/Fede-stack/TONYpy.git
```

```python
from TONY.IRF import IRFPredictor_mlx

text = 'Some days I keep living, even though I feel completely alone in the world'
irf = IRFPredictor_mlx(model_name='FritzStack/IRF-QWEN8B_4bit-mlx')
irf.highlight_evidence_IRF(text)
```
 = generate(model, tokenizer, prompt=prompt, verbose=True)
```