FritzStack/IRF-QWEN8B_light
013
!pip install git+https://github.com/Fede-stack/TONYpy.gitfrom 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)