Instructions to use cassuto/Llama-3.1-ANLI-R1-R2-R3-8B-Instruct with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use cassuto/Llama-3.1-ANLI-R1-R2-R3-8B-Instruct with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/root/autodl-tmp/Llama-3.1-8B-Instruct") model = PeftModel.from_pretrained(base_model, "cassuto/Llama-3.1-ANLI-R1-R2-R3-8B-Instruct") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
811482d | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:a86019e18a1e0b62acc814d6adc53cdd914e0e0d198bd45e0f6ef9490b21d1a1
size 109069176
|