Instructions to use tuanna08go/cd859f3d-5eed-4dca-a865-87237d1d4121 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use tuanna08go/cd859f3d-5eed-4dca-a865-87237d1d4121 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2-0.5B") model = PeftModel.from_pretrained(base_model, "tuanna08go/cd859f3d-5eed-4dca-a865-87237d1d4121") - Notebooks
- Google Colab
- Kaggle
Ctrl+K