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: 133 Bytes
01efe15 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:a65c6c5f9764771aa485e6a1f5e63d7d9af8477fe0777148c17476ecb2e09a05
size 17210099
|