Instructions to use DAMO-NLP-SG/rememo-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use DAMO-NLP-SG/rememo-base with Transformers:
# Load model directly from transformers import AutoTokenizer, T5ForTemporalPretraining tokenizer = AutoTokenizer.from_pretrained("DAMO-NLP-SG/rememo-base") model = T5ForTemporalPretraining.from_pretrained("DAMO-NLP-SG/rememo-base") - Notebooks
- Google Colab
- Kaggle
| license: apache-2.0 | |
| ## Model Description | |
| Please refer to [our GitHub repo](https://github.com/DAMO-NLP-SG/RemeMo) for more details. |