Instructions to use Incomple/Llama-3.1-8B-Instruct_resist_50 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Incomple/Llama-3.1-8B-Instruct_resist_50 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-3.1-8B-Instruct") model = PeftModel.from_pretrained(base_model, "Incomple/Llama-3.1-8B-Instruct_resist_50") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
3d3d9ad | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:485b3aa64a5d1bf63c301e7027e3408682f7d75fc3d7112d425d4241bc97e070
size 5688
|