Add metadata for library_name, pipeline_tag, and license
#3
by nielsr HF Staff - opened
Hi! I'm Niels, part of the community science team at Hugging Face.
This PR improves the model card by adding relevant metadata to the YAML section:
library_name: transformers: This identifies the model as compatible with the Transformers library and enables the "Use in Transformers" button.pipeline_tag: video-text-to-text: This helps users discover the model when filtering by task on the Hub.license: apache-2.0: This moves the license information into the machine-readable metadata.
I've also added a link to the research paper RoboFAC: A Comprehensive Framework for Robotic Failure Analysis and Correction in the description.