IRF-Llama-3B_4bit / README.md
FritzStack's picture
Update README.md
efc7139 verified
---
base_model: unsloth/llama-3.2-3b-bnb-4bit
tags:
- text-generation-inference
- transformers
- unsloth
- llama
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-Llama-3B_4bit')
irf.highlight_evidence_IRF(text)
```