Instructions to use DAMO-NLP-SG/rememo-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use DAMO-NLP-SG/rememo-large with Transformers:
# Load model directly from transformers import AutoTokenizer, T5ForTemporalPretraining tokenizer = AutoTokenizer.from_pretrained("DAMO-NLP-SG/rememo-large") model = T5ForTemporalPretraining.from_pretrained("DAMO-NLP-SG/rememo-large") - Notebooks
- Google Colab
- Kaggle
File too large to display, you can check the raw version instead.