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