Instructions to use CPMs/cpm.in.lstm.approximate.seed77 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use CPMs/cpm.in.lstm.approximate.seed77 with Transformers:
# Load model directly from transformers import AutoTokenizer, LSTMForFactualCounterfactualSequenceClassification tokenizer = AutoTokenizer.from_pretrained("CPMs/cpm.in.lstm.approximate.seed77") model = LSTMForFactualCounterfactualSequenceClassification.from_pretrained("CPMs/cpm.in.lstm.approximate.seed77") - Notebooks
- Google Colab
- Kaggle