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