Add pipeline tag and library name, include dataset, training, and evaluation information
#1
by
nielsr
HF Staff
- opened
This PR adds the pipeline_tag
and library_name
to the model card metadata. The pipeline_tag
is set to video-text-to-text
based on the model's functionality as described in the paper and the provided code examples. The library_name
is set to transformers
given the usage in the provided code snippets. It also includes the dataset used to train the model, instructions for training the model, results and information about how to evaluate the model.