Instructions to use robbyant/lingbot-va-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use robbyant/lingbot-va-base with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("robbyant/lingbot-va-base", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -34,6 +34,7 @@ language:
|
|
| 34 |
| :--- | :--- | :--- | :--- |
|
| 35 |
| lingbot-va-base | [🤗 robbyant/lingbot-va-base ](https://huggingface.co/robbyant/lingbot-va-base) | [🤖 Robbyant/lingbot-va-base ](https://modelscope.cn/models/Robbyant/lingbot-va-base) | LingBot-VA w/ shared backbone|
|
| 36 |
| lingbot-va-posttrain-robotwin | [🤗 robbyant/lingbot-va-posttrain-robotwin ](https://huggingface.co/robbyant/lingbot-va-posttrain-robotwin) | [🤖 Robbyant/lingbot-va-posttrain-robotwin ](https://modelscope.cn/models/Robbyant/lingbot-va-posttrain-robotwin) | LingBot-VA-Posttrain-Robotwin w/ shared backbone|
|
|
|
|
| 37 |
---
|
| 38 |
|
| 39 |
# 📚Citation
|
|
@@ -60,9 +61,9 @@ This work builds upon several excellent open-source projects:
|
|
| 60 |
- [MoT](https://github.com/facebookresearch/Mixture-of-Transformers) - Mixture-of-Transformers architecture
|
| 61 |
- The broader open-source computer vision and robotics communities
|
| 62 |
|
| 63 |
-
---
|
| 64 |
|
| 65 |
-
For questions, discussions, or collaborations:
|
| 66 |
|
| 67 |
<!-- - **Issues**: Open an [issue](https://github.com/robbyant/lingbot-depth/issues) on GitHub
|
| 68 |
- **Email**: Contact Dr. [Bin Tan](https://https://icetttb.github.io/) (tanbin.tan@antgroup.com) or Dr. [Nan Xue](https://xuenan.net) (xuenan.xue@antgroup.com) -->
|
|
|
|
| 34 |
| :--- | :--- | :--- | :--- |
|
| 35 |
| lingbot-va-base | [🤗 robbyant/lingbot-va-base ](https://huggingface.co/robbyant/lingbot-va-base) | [🤖 Robbyant/lingbot-va-base ](https://modelscope.cn/models/Robbyant/lingbot-va-base) | LingBot-VA w/ shared backbone|
|
| 36 |
| lingbot-va-posttrain-robotwin | [🤗 robbyant/lingbot-va-posttrain-robotwin ](https://huggingface.co/robbyant/lingbot-va-posttrain-robotwin) | [🤖 Robbyant/lingbot-va-posttrain-robotwin ](https://modelscope.cn/models/Robbyant/lingbot-va-posttrain-robotwin) | LingBot-VA-Posttrain-Robotwin w/ shared backbone|
|
| 37 |
+
| lingbot-va-posttrain-libero-long | [🤗 robbyant/lingbot-va-posttrain-libero-long ](https://huggingface.co/robbyant/lingbot-va-posttrain-libero-long) | [🤖 Robbyant/lingbot-va-posttrain-libero-long ](https://modelscope.cn/models/Robbyant/lingbot-va-posttrain-libero-long) | LingBot-VA-Posttrain-Libero-Long w/ shared backbone|
|
| 38 |
---
|
| 39 |
|
| 40 |
# 📚Citation
|
|
|
|
| 61 |
- [MoT](https://github.com/facebookresearch/Mixture-of-Transformers) - Mixture-of-Transformers architecture
|
| 62 |
- The broader open-source computer vision and robotics communities
|
| 63 |
|
| 64 |
+
<!-- ---
|
| 65 |
|
| 66 |
+
For questions, discussions, or collaborations: -->
|
| 67 |
|
| 68 |
<!-- - **Issues**: Open an [issue](https://github.com/robbyant/lingbot-depth/issues) on GitHub
|
| 69 |
- **Email**: Contact Dr. [Bin Tan](https://https://icetttb.github.io/) (tanbin.tan@antgroup.com) or Dr. [Nan Xue](https://xuenan.net) (xuenan.xue@antgroup.com) -->
|