File size: 819 Bytes
a5ce136
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
fa0fd03
a5ce136
 
fa0fd03
a5ce136
 
 
fa0fd03
a5ce136
fa0fd03
 
 
a5ce136
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
---
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-4Bit

The Model [FritzStack/IRF-QWEN8B_light-mlx-4Bit](https://huggingface.co/FritzStack/IRF-QWEN8B_light-mlx-4Bit) 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-mlx-DoubleQ4')
irf.highlight_evidence_IRF(text)
```