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
- Xet hash:
- b6c84d3140610781bd4f4c56eabe67bdeffabc6f14be247c9785b28b9fff2818
- Size of remote file:
- 109 MB
- SHA256:
- a86019e18a1e0b62acc814d6adc53cdd914e0e0d198bd45e0f6ef9490b21d1a1
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.