Instructions to use thuan220401/Llama3_StackOverflow_FineTuning with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use thuan220401/Llama3_StackOverflow_FineTuning with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("NousResearch/Hermes-3-Llama-3.1-8B") model = PeftModel.from_pretrained(base_model, "thuan220401/Llama3_StackOverflow_FineTuning") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
057307b | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:038968f16122fee53c1cd8b410a01c21d9cf995cda80be434bb34e4376820027
size 17209500
|