Instructions to use TencentARC/GRPO-CARE with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use TencentARC/GRPO-CARE with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("TencentARC/GRPO-CARE", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Improve model card for GRPO-CARE
#1
by nielsr HF Staff - opened
This PR updates the model card by:
- Adding the
pipeline_tag: video-text-to-textfor better discoverability. - Adding the
library_name: transformersto indicate the primary library used. - Including a direct link to the paper within the README.
ChenYi99 changed pull request status to merged