Instructions to use SAXON-AI/SAXON-INCEL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use SAXON-AI/SAXON-INCEL with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("deepseek-ai/DeepSeek-R1-Distill-Llama-8B") model = PeftModel.from_pretrained(base_model, "SAXON-AI/SAXON-INCEL") - Notebooks
- Google Colab
- Kaggle
| base_model: deepseek-ai/DeepSeek-R1-Distill-Llama-8B | |
| library_name: peft | |
| language: | |
| - en | |
| pipeline_tag: text-generation | |
|  | |
| # SAXON-INCEL | |
| The first version of the SAXON model to be trained on the prototype SAXON dataset. | |
| ## Model Details | |
| ### Model Description | |
| SAXON-INCEL is a Deepseek R1 model finetuned with the SAXON dataset, due to my small dataset and it's general quality, I named this model SAXON-INCEL incase it did anything weird, it should act normal once I've merged it into a better model like SAXON-0-I. | |
| - **Developed by:** SAXON Project | |
| - **Finetuned from model:** Deepseek R1 LLama 3 8B |