Instructions to use fats-fme/30f9b7a7-4b63-4b37-a7cf-f3b7894e231c with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use fats-fme/30f9b7a7-4b63-4b37-a7cf-f3b7894e231c with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Maykeye/TinyLLama-v0") model = PeftModel.from_pretrained(base_model, "fats-fme/30f9b7a7-4b63-4b37-a7cf-f3b7894e231c") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!