Instructions to use Ferrag/Trust-DeepCoder-6.7b-Instruct with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Ferrag/Trust-DeepCoder-6.7b-Instruct with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("deepseek-ai/deepseek-coder-6.7b-base") model = PeftModel.from_pretrained(base_model, "Ferrag/Trust-DeepCoder-6.7b-Instruct") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
bbf58ba | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:c90be1e212b3c277d8b235e6240c599dd6c1ed67c7c4d1714cfcc7cb0e933462
size 134264202
|