Instructions to use CLMBR/superlative-quantifier-lstm-0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use CLMBR/superlative-quantifier-lstm-0 with Transformers:
# Load model directly from transformers import RNNForLanguageModeling model = RNNForLanguageModeling.from_pretrained("CLMBR/superlative-quantifier-lstm-0", dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 75 Bytes
a9fd61f | 1 2 3 4 5 6 | {
"eos_token": "<eos>",
"pad_token": "<pad>",
"unk_token": "<unk>"
}
|