Instructions to use xjs521/open_face2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use xjs521/open_face2 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/kaggle/input/open-llama/pytorch/3b/1/") model = PeftModel.from_pretrained(base_model, "xjs521/open_face2") - Notebooks
- Google Colab
- Kaggle