abhaybd commited on
Commit
52eaaa3
·
verified ·
1 Parent(s): c170777

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -3
README.md CHANGED
@@ -1,3 +1,18 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ datasets:
4
+ - allenai/PRISM
5
+ language:
6
+ - en
7
+ base_model:
8
+ - allenai/Molmo-7B-D-0924
9
+ pipeline_tag: robotics
10
+ ---
11
+
12
+ # GraspMolmo
13
+
14
+ GraspMolmo is a generalizable open-vocabulary task-oriented grasping (TOG) model for robotic manipulation. Given an image and a task to complete (e.g. "Pour me some tea"), GraspMolmo will point to the most appropriate grasp location, which can then be matched to the closest stable grasp.
15
+
16
+ ## Code Sample
17
+
18
+ Coming soon!