nielsr HF Staff commited on
Commit
09246c1
·
verified ·
1 Parent(s): 21a937b

Add license and library_name to model card metadata

Browse files

This PR enhances the model card by:
- Adding the `license: mit` metadata, based on the most common suggestion from other team members.
- Adding the `library_name: pytorch` metadata for better discoverability and adherence to Hugging Face Hub best practices, as per the task requirements for comprehensive model cards.

Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -1,8 +1,10 @@
1
  ---
 
2
  tags:
3
  - model_hub_mixin
4
  - pytorch_model_hub_mixin
5
- pipeline_tag: image-to-3d
 
6
  ---
7
 
8
  <div align="center">
 
1
  ---
2
+ pipeline_tag: image-to-3d
3
  tags:
4
  - model_hub_mixin
5
  - pytorch_model_hub_mixin
6
+ library_name: pytorch
7
+ license: mit
8
  ---
9
 
10
  <div align="center">