PEFT
Safetensors
English
llama
construction-safety
osha
regulatory-compliance
lora
autoscientist
adaption-labs
Instructions to use rigidhat/llama-3.2-3b-construction-codecite-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use rigidhat/llama-3.2-3b-construction-codecite-v2 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("togethercomputer/Meta-Llama-3.2-3B-Instruct-Reference__TOG__FT") model = PeftModel.from_pretrained(base_model, "rigidhat/llama-3.2-3b-construction-codecite-v2") - Notebooks
- Google Colab
- Kaggle