PEFT
Safetensors
lora
vision-language
video
optical-flow
uav
drone
motion
embodied-ai
spatial-intelligence
Instructions to use choucsan/SIS-Motion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use choucsan/SIS-Motion with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-VL-7B-Instruct") model = PeftModel.from_pretrained(base_model, "choucsan/SIS-Motion") - Notebooks
- Google Colab
- Kaggle
Upload adapter_model.safetensors with huggingface_hub
Browse files
adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a7739f63dd07c54fec63bdf4aaf4095c9d0628d0917c5fd5c9f2ccfaa188b1cc
|
| 3 |
+
size 40403784
|