Text Generation
PEFT
Safetensors
English
terraform
terraform-configuration
infrastructure-as-code
iac
hashicorp
codellama
lora
qlora
code-generation
devops
cloud
automation
configuration-management
Instructions to use rafiaa/terraform-codellama-7b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use rafiaa/terraform-codellama-7b with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("codellama/CodeLlama-7b-Instruct-hf") model = PeftModel.from_pretrained(base_model, "rafiaa/terraform-codellama-7b") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
c80b2e7 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:5ce6b411763930e5bf203e954f08621cbe7096f1c46a4cb8ab58844d94b69172
size 4600
|