Instructions to use biodatlab/MIReAD-Neuro with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use biodatlab/MIReAD-Neuro with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="biodatlab/MIReAD-Neuro")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("biodatlab/MIReAD-Neuro") model = AutoModelForSequenceClassification.from_pretrained("biodatlab/MIReAD-Neuro", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
9c615f3 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:07e286b61bcd30b280eb4822cf522b69a51b29c671dd5ea6a9135fc85984ca24
size 440359029
|