Instructions to use cunghoctienganh/30ad4dd1-bc86-43bc-afce-45f995a94c89 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use cunghoctienganh/30ad4dd1-bc86-43bc-afce-45f995a94c89 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("samoline/4f3782a6-7b9f-4ebe-b488-6b278dfed6e4") model = PeftModel.from_pretrained(base_model, "cunghoctienganh/30ad4dd1-bc86-43bc-afce-45f995a94c89") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!