Instructions to use microsoft/cocolm-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use microsoft/cocolm-large with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("microsoft/cocolm-large", device_map="auto") - Notebooks
- Google Colab
- Kaggle
COCO-LM: Correcting and Contrasting Text Sequences for Language Model Pretraining
This model card contains the COCO-LM model (large++ version) proposed in this paper. The official GitHub repository can be found here.
Citation
If you find this model card useful for your research, please cite the following paper:
@inproceedings{meng2021coco,
title={{COCO-LM}: Correcting and contrasting text sequences for language model pretraining},
author={Meng, Yu and Xiong, Chenyan and Bajaj, Payal and Tiwary, Saurabh and Bennett, Paul and Han, Jiawei and Song, Xia},
booktitle={NeurIPS},
year={2021}
}