Add library name to model card
#1
by
nielsr
HF Staff
- opened
This PR adds the library_name
to the model card metadata. The model is implemented using PyTorch, so specifying library_name: pytorch
clarifies the framework used and assists users in understanding how to utilize the model. The existing pipeline_tag
and license
are retained. Additionally, the file information section, which isn't relevant for a model card, has been removed.
firework8
changed pull request status to
merged