Instructions to use Mim/pro-cell-expert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Mim/pro-cell-expert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Mim/pro-cell-expert")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Mim/pro-cell-expert") model = AutoModelForSequenceClassification.from_pretrained("Mim/pro-cell-expert") - Notebooks
- Google Colab
- Kaggle