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: 133 Bytes
3f0b005 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:8c8b2a40e8ddfebd6c167b3be7515f8d65743757ff82d74f5b98a0ceea8e1ab3
size 17210060
|