Instructions to use cunghoctienganh/6ad21902-187c-4e80-93f5-553e414f2a6d with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use cunghoctienganh/6ad21902-187c-4e80-93f5-553e414f2a6d with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Hermes-3-Llama-3.1-8B") model = PeftModel.from_pretrained(base_model, "cunghoctienganh/6ad21902-187c-4e80-93f5-553e414f2a6d") - Notebooks
- Google Colab
- Kaggle
Ctrl+K