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
| { | |
| "_from_model_config": true, | |
| "bos_token_id": 32013, | |
| "eos_token_id": 32014, | |
| "transformers_version": "4.36.2" | |
| } | |