Text Generation
PEFT
PyTorch
TensorBoard
English
llama
typescript
instruction-tuning
code-generation
lora
Instructions to use mhhmm/typescript-instruct-20k-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use mhhmm/typescript-instruct-20k-v2 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("codellama/CodeLlama-13b-hf") model = PeftModel.from_pretrained(base_model, "mhhmm/typescript-instruct-20k-v2") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
fb332d6 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:0d3b1498c943128cc1e7addc541fd0fc43c4386a27e4805d3161fd9556cba684
size 125368013
|