Instructions to use aliangdw/robometer-4b-fft-armnet with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use aliangdw/robometer-4b-fft-armnet with Transformers:
# Load model directly from transformers import AutoProcessor, RBM processor = AutoProcessor.from_pretrained("aliangdw/robometer-4b-fft-armnet") model = RBM.from_pretrained("aliangdw/robometer-4b-fft-armnet", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| license: apache-2.0 | |
| base_model: Qwen/Qwen3-VL-4B-Instruct | |
| tags: | |
| - robometer | |
| - reward-model | |
| - rbm | |
| - armnet | |
| library_name: transformers | |
| # Robometer-4B FFT finetuned on Armnet benchmark | |
| Full fine-tune (FFT, no LoRA) of [Robometer-4B](https://huggingface.co/robometer/Robometer-4B) on the Armnet benchmark (so101 + bimanual_so101), using Qwen3-VL-4B backbone. | |
| Trained for 1000 steps on 4x H200. | |
| ## Armnet benchmark results (training-time custom eval) | |
| - so101: reward-alignment Pearson 0.766, policy-ranking Kendall 0.973 | |
| - bimanual_so101: reward-alignment Pearson 0.873, policy-ranking Kendall 0.86 | |