Instructions to use HKReporter/ECTEL-2025-llama3-fold5-CU3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use HKReporter/ECTEL-2025-llama3-fold5-CU3 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/llama-3-8b-Instruct-bnb-4bit") model = PeftModel.from_pretrained(base_model, "HKReporter/ECTEL-2025-llama3-fold5-CU3") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
3f0b005 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:508b72cba2a65f561e0016e3ab39e51ccf9511b9e1289ca2cd90ae6d4decaa06
size 111057637
|