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
| license: apache-2.0 | |
| ## Model Description | |
| Please refer to [our GitHub repo](https://github.com/DAMO-NLP-SG/RemeMo) for more details. |