Instructions to use thangla01/7e11dd73-ab74-4d3c-859a-ab727ffa96bc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use thangla01/7e11dd73-ab74-4d3c-859a-ab727ffa96bc 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, "thangla01/7e11dd73-ab74-4d3c-859a-ab727ffa96bc") - Notebooks
- Google Colab
- Kaggle
Ctrl+K