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