Instructions to use IMJONEZZ/Llama3.1-R1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use IMJONEZZ/Llama3.1-R1 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/meta-llama-3.1-8b-instruct-bnb-4bit") model = PeftModel.from_pretrained(base_model, "IMJONEZZ/Llama3.1-R1") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
01efe15 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:988c74458205248dbe7eae6bc8f5652d48c3ead77f87c59b817b702116058a8b
size 5496
|