Instructions to use WENGSYX/CPMT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use WENGSYX/CPMT with Transformers:
# Load model directly from transformers import AutoTokenizer, BartForCir tokenizer = AutoTokenizer.from_pretrained("WENGSYX/CPMT") model = BartForCir.from_pretrained("WENGSYX/CPMT") - Notebooks
- Google Colab
- Kaggle
Ctrl+K