Instructions to use aixk/light-coder-0.56b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use aixk/light-coder-0.56b with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("aixk/light-coder-0.56b", dtype="auto") - Notebooks
- Google Colab
- Kaggle
| {% for message in messages %}{{'<|im_start|>' + message['role'] + ' | |
| ' + message['content'] + '<|im_end|>' + ' | |
| '}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant | |
| ' }}{% endif %} |