Instructions to use tuanna08go/e295019c-1ea2-4aff-8d26-66e6c32eeaf7 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use tuanna08go/e295019c-1ea2-4aff-8d26-66e6c32eeaf7 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("HuggingFaceH4/tiny-random-LlamaForCausalLM") model = PeftModel.from_pretrained(base_model, "tuanna08go/e295019c-1ea2-4aff-8d26-66e6c32eeaf7") - Notebooks
- Google Colab
- Kaggle