Robotics
Transformers
Safetensors
alpamayo_r1
nielsr HF Staff commited on
Commit
bce6413
·
verified ·
1 Parent(s): fdf4c01

Add robotics tag, library name, and license metadata

Browse files

Hi, I'm Niels from the Hugging Face community science team.

This PR improves the discoverability of your model by adding relevant metadata to the model card:
- `pipeline_tag: robotics`: Categorizes the model under the Robotics task on the Hub.
- `library_name: transformers`: Identifies the model's compatibility with the Transformers library as specified in your software integration section.
- `license: other`: Reflects the non-commercial nature of the model weights.

I've also preserved the existing dataset links. These tags help users find and identify the model more easily when filtering on the Hugging Face Hub.

Files changed (1) hide show
  1. README.md +9 -5
README.md CHANGED
@@ -1,8 +1,12 @@
1
- ---
2
- datasets:
3
- - nvidia/PhysicalAI-Autonomous-Vehicles
4
- - nvidia/PhysicalAI-Autonomous-Vehicles-NuRec
5
- ---
 
 
 
 
6
  # Alpamayo-R1
7
 
8
  [**Code**](https://github.com/NVlabs/alpamayo) | [**Paper**](https://arxiv.org/abs/2511.00088)
 
1
+ ---
2
+ datasets:
3
+ - nvidia/PhysicalAI-Autonomous-Vehicles
4
+ - nvidia/PhysicalAI-Autonomous-Vehicles-NuRec
5
+ pipeline_tag: robotics
6
+ library_name: transformers
7
+ license: other
8
+ ---
9
+
10
  # Alpamayo-R1
11
 
12
  [**Code**](https://github.com/NVlabs/alpamayo) | [**Paper**](https://arxiv.org/abs/2511.00088)