BAAI
/

Safetensors
English
yuheng2000 commited on
Commit
4c4f058
Β·
verified Β·
1 Parent(s): 6c57cd8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -18,7 +18,7 @@ language:
18
 
19
  - **[`Base Planning Model`](https://huggingface.co/BAAI/RoboBrain/)**: The model was trained on general datasets in Stages 1–2 and on the Robotic Planning dataset in Stage 3, which is designed for Planning prediction.
20
  - **[`A-LoRA for Affordance`](https://huggingface.co/BAAI/RoboBrain-LoRA-Affordance/)**: Based on the Base Planning Model, Stage 4 involves LoRA-based training with our Affordance dataset to predict affordance.
21
- - **[`T-LoRA for Trajectory`](https://huggingface.co/BAAI/RoboBrain/)**: Based on the Base Planning Model, Stage 4 involves LoRA-based training with our Trajectory dataset to predict trajectory. *(Coming Soon)*
22
 
23
  ![](https://raw.githubusercontent.com/FlagOpen/RoboBrain/main/assets/training.png)
24
 
@@ -27,7 +27,7 @@ language:
27
  |----------------------|----------------------------------------------------------------|------------------------------------------------------------|
28
  | Planning Model | [πŸ€— Planning CKPTs](https://huggingface.co/BAAI/RoboBrain/) | Used for Planning prediction in our paper |
29
  | Affordance (A-LoRA) | [πŸ€— Affordance CKPTs](https://huggingface.co/BAAI/RoboBrain-LoRA-Affordance/) | Used for Affordance prediction in our paper |
30
- | Trajectory (T-LoRA) | [πŸ€— Trajectory CKPTs](https://huggingface.co/BAAI/RoboBrain-LoRA-Trajectory/) | Used for Trajectory prediction in our paper *(Coming Soon)* |
31
 
32
 
33
  ## πŸ› οΈ Setup
 
18
 
19
  - **[`Base Planning Model`](https://huggingface.co/BAAI/RoboBrain/)**: The model was trained on general datasets in Stages 1–2 and on the Robotic Planning dataset in Stage 3, which is designed for Planning prediction.
20
  - **[`A-LoRA for Affordance`](https://huggingface.co/BAAI/RoboBrain-LoRA-Affordance/)**: Based on the Base Planning Model, Stage 4 involves LoRA-based training with our Affordance dataset to predict affordance.
21
+ - **[`T-LoRA for Trajectory`](https://huggingface.co/BAAI/RoboBrain/)**: Based on the Base Planning Model, Stage 4 involves LoRA-based training with our Trajectory dataset to predict trajectory.
22
 
23
  ![](https://raw.githubusercontent.com/FlagOpen/RoboBrain/main/assets/training.png)
24
 
 
27
  |----------------------|----------------------------------------------------------------|------------------------------------------------------------|
28
  | Planning Model | [πŸ€— Planning CKPTs](https://huggingface.co/BAAI/RoboBrain/) | Used for Planning prediction in our paper |
29
  | Affordance (A-LoRA) | [πŸ€— Affordance CKPTs](https://huggingface.co/BAAI/RoboBrain-LoRA-Affordance/) | Used for Affordance prediction in our paper |
30
+ | Trajectory (T-LoRA) | [πŸ€— Trajectory CKPTs](https://huggingface.co/BAAI/RoboBrain-LoRA-Trajectory/) | Used for Trajectory prediction in our paper |
31
 
32
 
33
  ## πŸ› οΈ Setup