HiTOP-Phi4_4bit / README.md
FritzStack's picture
Update README.md
c2df17c verified
metadata
base_model: unsloth/phi-4-unsloth-bnb-4bit
tags:
  - text-generation-inference
  - transformers
  - unsloth
  - llama
license: apache-2.0
language:
  - en
!pip install git+https://github.com/Fede-stack/TONYpy.git
from TONY.HiTOP import HiTOP_Predictor
text = 'Some days I keep living, even though I feel completely alone in the world'
hitop = HiTOP_Predictor(model_name='FritzStack/HiTOP-Phi4_4bit')
hitop.predict_HiTOP(text)