Views
No views yet
!pip install git+https://github.com/Fede-stack/TONYpy.git1from TONY.IRF import IRFPredictor
2
3text = 'Some days I keep living, even though I feel completely alone in the world'
4irf = IRFPredictor(model_name='FritzStack/IRF-QWEN4B_4bit')
5irf.highlight_evidence_IRF(text)