Add library name
Browse filesThis PR makes sure the correct library is recognized for the model, enabling more people to make use of your model.
README.md
CHANGED
|
@@ -1,8 +1,9 @@
|
|
| 1 |
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
base_model:
|
| 4 |
- lerobot/pi0
|
|
|
|
| 5 |
pipeline_tag: robotics
|
|
|
|
| 6 |
---
|
| 7 |
|
| 8 |
# INTACT Probing Suite: Pi0 from scratch on BridgeV2
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
base_model:
|
| 3 |
- lerobot/pi0
|
| 4 |
+
license: apache-2.0
|
| 5 |
pipeline_tag: robotics
|
| 6 |
+
library_name: lerobot
|
| 7 |
---
|
| 8 |
|
| 9 |
# INTACT Probing Suite: Pi0 from scratch on BridgeV2
|