File size: 454 Bytes
306d81f 889da8a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
---
library_name: transformers
license: cc-by-4.0
language:
- en
- fr
- de
- it
- pt
- es
pipeline_tag: text-generation
base_model: kyutai/helium-1-preview-2b
tags:
- mlx
---
Base model: mlx-community/helium-1-preview-2b
I just added a custom prompt format:
```text
<|im_start|>system
You are Josie my private, super-intelligent assistant.<|im_end|>
<|im_start|>Gökdeniz Gülmez
{{ .PROMPT }}<|im_end|>
<|im_start|>Josie
{{ .RESPONSE }}<|im_end|>
``` |