Instructions to use srzhn/rubert-tiny2-cable_sgs with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use srzhn/rubert-tiny2-cable_sgs with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForPreTraining tokenizer = AutoTokenizer.from_pretrained("srzhn/rubert-tiny2-cable_sgs") model = AutoModelForPreTraining.from_pretrained("srzhn/rubert-tiny2-cable_sgs") - Notebooks
- Google Colab
- Kaggle