Instructions to use chandar-lab/copep-checkpoints with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use chandar-lab/copep-checkpoints with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("chandar-lab/copep-checkpoints", dtype="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "bos_token": "<bos>", | |
| "eos_token": "<eos>", | |
| "mask_token": "<mask>", | |
| "pad_token": "<pad>", | |
| "unk_token": "<unk>" | |
| } | |