Instructions to use ClaudiaRichard/Instruct-FT-Leetcode with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ClaudiaRichard/Instruct-FT-Leetcode with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/CodeLlama-7b-Instruct-hf") model = PeftModel.from_pretrained(base_model, "ClaudiaRichard/Instruct-FT-Leetcode") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
ae5b9bd | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:b6844318067b496a0fc85ca3d4dd23d2d6bd971199910d837a85711282f5573e
size 4856
|