File size: 453 Bytes
38d64e7
 
 
 
 
 
 
 
 
 
 
 
2881555
 
 
38d64e7
2881555
 
38d64e7
2881555
824ef5b
2881555
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
base_model: unsloth/Qwen3-8B-unsloth-bnb-4bit
tags:
- text-generation-inference
- transformers
- unsloth
- qwen3
license: apache-2.0
language:
- en
---

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

```python
from TONY.IRF import IRFPredictor

text = 'Some days I keep living, even though I feel completely alone in the world'
irf = IRFPredictor(model_name='FritzStack/IRF-QWEN8B_light')
irf.highlight_evidence_IRF(text)
```