Instructions to use JuzeZhang/ViBES-Face with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use JuzeZhang/ViBES-Face with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("JuzeZhang/ViBES-Face", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Add model card
#1
by nielsr HF Staff - opened
This PR adds a comprehensive model card for ViBES. It includes:
- Relevant metadata, such as the
any-to-anypipeline tag. - Links to the research paper, project page, and official GitHub repository.
- A quick-start usage section with the inference command as documented in the GitHub README.
- The BibTeX citation for the paper.