Instructions to use coded190/pingti_palm_openvla with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use coded190/pingti_palm_openvla with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("openvla/openvla-7b") model = PeftModel.from_pretrained(base_model, "coded190/pingti_palm_openvla") - Notebooks
- Google Colab
- Kaggle
| { | |
| "action_norm_min": [ | |
| -0.015452742576599121, | |
| -0.042875323444604874, | |
| -0.006734371185302734, | |
| -0.05502769723534584, | |
| -0.06380786001682281, | |
| -0.012337015941739082, | |
| 0.0 | |
| ], | |
| "action_norm_max": [ | |
| 0.016281425952911377, | |
| 0.015642475336790085, | |
| 0.22705543041229248, | |
| 0.04908688738942146, | |
| 0.06214343011379242, | |
| 0.023875398561358452, | |
| 0.2631678879261017 | |
| ] | |
| } |