Instructions to use Sushmita85/test_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Sushmita85/test_model with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("microsoft/phi-1_5") model = PeftModel.from_pretrained(base_model, "Sushmita85/test_model") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
6daf574 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:2825a13056975925f8567d40e4278de2dba1d9e79fa168675208cf57dc9cdeaf
size 5432
|