Instructions to use NLPForUA/Llama-3.2-3B-Instruct-zno-cot-with-topic with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use NLPForUA/Llama-3.2-3B-Instruct-zno-cot-with-topic with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Llama-3.2-3B-Instruct") model = PeftModel.from_pretrained(base_model, "NLPForUA/Llama-3.2-3B-Instruct-zno-cot-with-topic") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
256def6 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:8dba7fd7de967a85ba66b53c09d5df169d6cb659e8f20e6ce80994ba34a01803
size 5816
|