Instructions to use qf-iquest/StarPerformerCheckpoint with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use qf-iquest/StarPerformerCheckpoint with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="qf-iquest/StarPerformerCheckpoint")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("qf-iquest/StarPerformerCheckpoint") model = AutoModel.from_pretrained("qf-iquest/StarPerformerCheckpoint", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 66 Bytes
7e69b92 | 1 2 3 4 | {
"model_type": "bert",
"architectures": ["BertModel"]
} |