Instructions to use nhung01/db2e0e17-32bb-4f97-a1a4-9af27b4ef24b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nhung01/db2e0e17-32bb-4f97-a1a4-9af27b4ef24b with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("samoline/e3eb014a-3060-47c5-9f96-e0521114b870") model = PeftModel.from_pretrained(base_model, "nhung01/db2e0e17-32bb-4f97-a1a4-9af27b4ef24b") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!