Instructions to use yaolily/GenS with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use yaolily/GenS with Transformers:
# Load model directly from transformers import AutoModelForSeq2SeqLM model = AutoModelForSeq2SeqLM.from_pretrained("yaolily/GenS", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Add pipeline tag and library name
#3
by nielsr HF Staff - opened
This PR improves the model card by adding:
pipeline_tag: video-text-to-textto ensure the model is discoverable in the appropriate category on the Hugging Face Hub (https://huggingface.co/models?pipeline_tag=video-text-to-text).library_name: transformersto enable the automated "How to use" widget, providing a convenient code snippet for users.
yaolily changed pull request status to merged