Instructions to use stojchet/python-sft-markdown with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use stojchet/python-sft-markdown with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("deepseek-ai/deepseek-coder-1.3b-base") model = PeftModel.from_pretrained(base_model, "stojchet/python-sft-markdown") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
46ecab2 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:39b434dfb6974c8ddac5993ea78af6d48ee720a8403a7753fab3c8d228c193c5
size 50344568
|