Instructions to use cunghoctienganh/4c94280d-b161-4759-bcab-c9101b914dd5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use cunghoctienganh/4c94280d-b161-4759-bcab-c9101b914dd5 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("rayonlabs/e3f77680-ac2a-4c6f-afed-0b2386f29ee7") model = PeftModel.from_pretrained(base_model, "cunghoctienganh/4c94280d-b161-4759-bcab-c9101b914dd5") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!