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
Commit ·
3d95641
1
Parent(s): 92dd2ae
Update README.md
Browse files
README.md
CHANGED
|
@@ -13,6 +13,7 @@ tags:
|
|
| 13 |
- llama
|
| 14 |
- llama2
|
| 15 |
- codellama
|
|
|
|
| 16 |
---
|
| 17 |
## ARIA CODE FR Instruct is a finetuned model based on LLAMA CODE 34B INSTRUCT
|
| 18 |
|
|
|
|
| 13 |
- llama
|
| 14 |
- llama2
|
| 15 |
- codellama
|
| 16 |
+
pipeline_tag: text-generation
|
| 17 |
---
|
| 18 |
## ARIA CODE FR Instruct is a finetuned model based on LLAMA CODE 34B INSTRUCT
|
| 19 |
|