Instructions to use cunghoctienganh/06c7c383-04a5-496e-b993-9a58d9bc83a2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use cunghoctienganh/06c7c383-04a5-496e-b993-9a58d9bc83a2 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/SmolLM2-135M") model = PeftModel.from_pretrained(base_model, "cunghoctienganh/06c7c383-04a5-496e-b993-9a58d9bc83a2") - Notebooks
- Google Colab
- Kaggle
File too large to display, you can check the raw version instead.