File size: 454 Bytes
80c188a
 
 
 
 
 
 
 
 
 
 
 
086ac4d
 
 
80c188a
086ac4d
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
base_model: unsloth/llama-3.2-3b-bnb-4bit
tags:
- text-generation-inference
- transformers
- unsloth
- llama
license: apache-2.0
language:
- en
---

```bash
!pip install git+https://github.com/Fede-stack/TONYpy.git
```

```python
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-Llama-3B_4bit')
hitop.predict_HiTOP(text)
```