NadiaJiang commited on
Commit
70f4423
·
verified ·
1 Parent(s): 34e2779

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -8
README.md CHANGED
@@ -21,10 +21,11 @@ Robbyant Team
21
  <div align="center">
22
 
23
  [![Page](https://img.shields.io/badge/%F0%9F%8C%90%20Project%20Page-Demo-00bfff)](https://technology.robbyant.com/lingbot-world)
24
- [![Paper](https://img.shields.io/static/v1?label=Paper&message=PDF&color=red&logo=arxiv)](https://arxiv.org/abs/xx.xx)
25
- [![Model](https://img.shields.io/static/v1?label=%F0%9F%A4%97%20Model&message=Checkpoints&color=yellow)](https://huggingface.co/robbyant/lingbot-world-base-cam)
 
 
26
  [![License](https://img.shields.io/badge/License-Apache--2.0-green)](LICENSE.txt)
27
- <!-- [![Official Site](https://img.shields.io/badge/Official%20Site-333399.svg?logo=homepage)](https://technology.robbyant.com/lingbot-world) -->
28
 
29
  </div>
30
 
@@ -75,11 +76,11 @@ pip install flash-attn --no-build-isolation
75
  ```
76
  ### Model Download
77
 
78
- | Model | Type | Control Signals | Resolution | 🤗 Hugging Face |
79
- | :--- | :--- | :--- | :--- | :--- |
80
- | **LingBot-World-Base (Cam)** | Base | Camera Poses | 480P & 720P | [lingbot-world-base-cam](https://huggingface.co/robbyant/lingbot-world-base-cam) |
81
- | **LingBot-World-Base (Act)** | Base | Actions | - | *To be released* |
82
- | **LingBot-World-Fast** | Fast | - | - | *To be released* |
83
 
84
  Download models using huggingface-cli:
85
  ```sh
 
21
  <div align="center">
22
 
23
  [![Page](https://img.shields.io/badge/%F0%9F%8C%90%20Project%20Page-Demo-00bfff)](https://technology.robbyant.com/lingbot-world)
24
+ [![Tech Report](https://img.shields.io/badge/%F0%9F%93%84%20Tech%20Report-Document-teal)](LingBot_World_paper.pdf)
25
+ [![Paper](https://img.shields.io/static/v1?label=Paper&message=PDF&color=red&logo=arxiv)](https://github.com/robbyant/lingbot-world)
26
+ [![Model](https://img.shields.io/static/v1?label=%F0%9F%A4%97%20Model&message=HuggingFace&color=yellow)](https://huggingface.co/robbyant/lingbot-world-base-cam)
27
+ [![Model](https://img.shields.io/static/v1?label=%F0%9F%A4%96%20Model&message=ModelScope&color=purple)](https://www.modelscope.cn/models/Robbyant/lingbot-world-base-cam)
28
  [![License](https://img.shields.io/badge/License-Apache--2.0-green)](LICENSE.txt)
 
29
 
30
  </div>
31
 
 
76
  ```
77
  ### Model Download
78
 
79
+ | Model | Control Signals | Resolution | Download Links |
80
+ | :--- | :--- | :--- | :--- |
81
+ | **LingBot-World-Base (Cam)** | Camera Poses | 480P & 720P | 🤗 [HuggingFace](https://huggingface.co/robbyant/lingbot-world-base-cam) 🤖 [ModelScope](https://www.modelscope.cn/models/Robbyant/lingbot-world-base-cam) |
82
+ | **LingBot-World-Base (Act)** | Actions | - | *To be released* |
83
+ | **LingBot-World-Fast** | - | - | *To be released* |
84
 
85
  Download models using huggingface-cli:
86
  ```sh