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