IRF-QWEN8B_light / README.md
FritzStack's picture
Update README.md
824ef5b verified
metadata
base_model: unsloth/Qwen3-8B-unsloth-bnb-4bit
tags:
  - text-generation-inference
  - transformers
  - unsloth
  - qwen3
license: apache-2.0
language:
  - en
!pip install git+https://github.com/Fede-stack/TONYpy.git
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)