CoolFace
Modelpublic

FritzStack/IRF-QWEN8B_light

sourceHugging Faceapache-2.0updated 5mo agoView on Hugging Face
0likes13downloads
Model Card
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)