Instructions to use mhhmm/typescript-instruct-20k-v4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use mhhmm/typescript-instruct-20k-v4 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("codellama/CodeLlama-13b-Instruct-hf") model = PeftModel.from_pretrained(base_model, "mhhmm/typescript-instruct-20k-v4") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
4396cbf | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:3c0ec0028cc9d169b91528b9c1c27da274db6a4e51b9448662e860d1e500a7f7
size 125368013
|