Instructions to use tuanna08go/9e697b1f-e3a5-438e-85b4-d6390001d383 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use tuanna08go/9e697b1f-e3a5-438e-85b4-d6390001d383 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("openlm-research/open_llama_3b") model = PeftModel.from_pretrained(base_model, "tuanna08go/9e697b1f-e3a5-438e-85b4-d6390001d383") - Notebooks
- Google Colab
- Kaggle
Ctrl+K