Instructions to use ACIDE/FailSense-Video-Calvin-2p-3b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ACIDE/FailSense-Video-Calvin-2p-3b with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("google/paligemma2-3b-mix-224") model = PeftModel.from_pretrained(base_model, "ACIDE/FailSense-Video-Calvin-2p-3b") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
82157e8 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:4814a093019411d04cf415a2f5a331e3bbd010f1181c784325a146ad0e36a5ef
size 5777
|