Instructions to use VERSIL91/69891255-e280-4bc3-abff-daa036271b62 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use VERSIL91/69891255-e280-4bc3-abff-daa036271b62 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("fxmarty/tiny-llama-fast-tokenizer") model = PeftModel.from_pretrained(base_model, "VERSIL91/69891255-e280-4bc3-abff-daa036271b62") - Notebooks
- Google Colab
- Kaggle
Ctrl+K