Instructions to use malteos/aspect-cord19-scibert-scivocab-uncased with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use malteos/aspect-cord19-scibert-scivocab-uncased with Transformers:
# Load model directly from transformers import AutoTokenizer, BertForMultiLabelSequenceClassification tokenizer = AutoTokenizer.from_pretrained("malteos/aspect-cord19-scibert-scivocab-uncased") model = BertForMultiLabelSequenceClassification.from_pretrained("malteos/aspect-cord19-scibert-scivocab-uncased") - Notebooks
- Google Colab
- Kaggle
Add multilingual to the language tag
#1 opened over 3 years ago
by
lbourdois