Instructions to use willyninja30/ARIA_CODE_fr-instruct with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use willyninja30/ARIA_CODE_fr-instruct with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("codellama/CodeLlama-34b-Instruct-hf") model = PeftModel.from_pretrained(base_model, "willyninja30/ARIA_CODE_fr-instruct") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
f9e377d | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:c628e32766ce86db9a000518c3fe5376e26a2d9c12e495ca5b745f06649c2243
size 78712397
|