Instructions to use learner1119/ffw_sh5_n17_psc_left_abs_50000 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use learner1119/ffw_sh5_n17_psc_left_abs_50000 with Transformers:
# Load model directly from transformers import Gr00tN1d7 model = Gr00tN1d7.from_pretrained("learner1119/ffw_sh5_n17_psc_left_abs_50000", device_map="auto") - Notebooks
- Google Colab
- Kaggle
GR00T Fine-tuned Model
- Base model: nvidia/Cosmos-Reason2-2B
- Architecture: Gr00tN1d7
- Action horizon: 40
- Local checkpoint:
checkpoint-50000
Usage
from transformers import AutoModel, AutoProcessor
import gr00t.model # register Gr00tN1d6
model = AutoModel.from_pretrained("learner1119/ffw_sh5_n17_psc_left_abs_50000", trust_remote_code=True)
processor = AutoProcessor.from_pretrained("learner1119/ffw_sh5_n17_psc_left_abs_50000", trust_remote_code=True)
- Downloads last month
- 29