Add Robotics tag and metadata
Browse filesHi! I'm VB from Hugging Face. Congratulations on your model! I'm opening a quick PR to update the model card to add Robotics metadata.
This PR adds standard Robotics metadata to the model card:
- Added 'Robotics' to tags
- Set pipeline_tag to 'robotics'
These changes help improve discoverability of robotics-related models on the Hugging Face Hub.
README.md
CHANGED
@@ -1,11 +1,10 @@
|
|
1 |
-
|
2 |
---
|
3 |
tags:
|
4 |
- phosphobot
|
5 |
- gr00t
|
6 |
- replicate
|
7 |
task_categories:
|
8 |
-
- robotics
|
9 |
---
|
10 |
|
11 |
# Gr00t Model - phospho Replication Pipeline
|
@@ -23,4 +22,4 @@ Training parameters:
|
|
23 |
|
24 |
🤖 **Get your robot**: [robots.phospho.ai](https://robots.phospho.ai?utm_source=replicate_groot_training_pipeline)
|
25 |
|
26 |
-
🔗 **Explore on Replicate**: [Replicate](https://replicate.com/phospho-app/gr00t-policy)
|
|
|
|
|
1 |
---
|
2 |
tags:
|
3 |
- phosphobot
|
4 |
- gr00t
|
5 |
- replicate
|
6 |
task_categories:
|
7 |
+
- robotics
|
8 |
---
|
9 |
|
10 |
# Gr00t Model - phospho Replication Pipeline
|
|
|
22 |
|
23 |
🤖 **Get your robot**: [robots.phospho.ai](https://robots.phospho.ai?utm_source=replicate_groot_training_pipeline)
|
24 |
|
25 |
+
🔗 **Explore on Replicate**: [Replicate](https://replicate.com/phospho-app/gr00t-policy)
|