Robotics
Safetensors
English

Add GitHub code link to model card

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -1,12 +1,12 @@
1
  ---
2
- license: mit
 
3
  datasets:
4
  - TomNickson/OpenX-Embodiment
5
  - jxu124/OpenX-Embodiment
6
  language:
7
  - en
8
- base_model:
9
- - declare-lab/nora-long
10
  pipeline_tag: robotics
11
  ---
12
 
@@ -15,6 +15,7 @@ pipeline_tag: robotics
15
  [![Project Website](https://img.shields.io/badge/Project-Website-blue.svg)](https://declare-lab.github.io/nora-1.5)
16
  [![Model](https://img.shields.io/badge/Model-NORA--1.5-brightgreen)](https://huggingface.co/declare-lab/nora-1.5)
17
  [![arXiv](https://img.shields.io/badge/arXiv-2511.14659-b31b1b.svg)](https://arxiv.org/abs/2511.14659)
 
18
  ![Status](https://img.shields.io/badge/Status-Active-orange)
19
 
20
  🔥 Project NORA is supported by Gemini and Lambda Labs! We are thankful to them.
@@ -67,7 +68,7 @@ outputs = model.sample_actions(PIL IMAGE,instruction,num_steps=10) ## Outputs 7
67
  @article{hung2025nora15,
68
  title={NORA-1.5: A Vision-Language-Action Model Trained using World Model- and Action-Based Preference Rewards},
69
  author={Hung, Chia-Yu and Majumder, Navonil and Deng, Haoyuan, Liu Renhang, Yankang Ang, Amir Zadeh, Chuan Li, Dorien Herremans, Ziwei Wang, and Soujanya Poria},
70
- journal={arXiv preprint},
71
  year={2025}
72
  }
73
  ```
 
1
  ---
2
+ base_model:
3
+ - declare-lab/nora-long
4
  datasets:
5
  - TomNickson/OpenX-Embodiment
6
  - jxu124/OpenX-Embodiment
7
  language:
8
  - en
9
+ license: mit
 
10
  pipeline_tag: robotics
11
  ---
12
 
 
15
  [![Project Website](https://img.shields.io/badge/Project-Website-blue.svg)](https://declare-lab.github.io/nora-1.5)
16
  [![Model](https://img.shields.io/badge/Model-NORA--1.5-brightgreen)](https://huggingface.co/declare-lab/nora-1.5)
17
  [![arXiv](https://img.shields.io/badge/arXiv-2511.14659-b31b1b.svg)](https://arxiv.org/abs/2511.14659)
18
+ [![Code](https://img.shields.io/badge/GitHub-Code-black.svg?logo=github)](https://github.com/declare-lab/nora-1.5)
19
  ![Status](https://img.shields.io/badge/Status-Active-orange)
20
 
21
  🔥 Project NORA is supported by Gemini and Lambda Labs! We are thankful to them.
 
68
  @article{hung2025nora15,
69
  title={NORA-1.5: A Vision-Language-Action Model Trained using World Model- and Action-Based Preference Rewards},
70
  author={Hung, Chia-Yu and Majumder, Navonil and Deng, Haoyuan, Liu Renhang, Yankang Ang, Amir Zadeh, Chuan Li, Dorien Herremans, Ziwei Wang, and Soujanya Poria},
71
+ journal={arXiv preprint},\
72
  year={2025}
73
  }
74
  ```