Add license and library_name to model card metadata
Browse filesThis 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.
README.md
CHANGED
|
@@ -1,8 +1,10 @@
|
|
| 1 |
---
|
|
|
|
| 2 |
tags:
|
| 3 |
- model_hub_mixin
|
| 4 |
- pytorch_model_hub_mixin
|
| 5 |
-
|
|
|
|
| 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">
|