Instructions to use Yukino271828/SoliReward with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Yukino271828/SoliReward with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Yukino271828/SoliReward", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Add pipeline tag, library name, and link to code
#1
by nielsr HF Staff - opened
This PR improves the model card by adding relevant metadata and a link to the official GitHub repository.
- Added
pipeline_tag: video-text-to-text. - Added
library_name: transformers. - Added a link to the official code repository: https://github.com/lian700/SoliReward.
Yukino271828 changed pull request status to merged