Instructions to use malteos/aspect-acl-scibert-scivocab-uncased with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use malteos/aspect-acl-scibert-scivocab-uncased with Transformers:
# Load model directly from transformers import AutoTokenizer, BertForMultiLabelSequenceClassification tokenizer = AutoTokenizer.from_pretrained("malteos/aspect-acl-scibert-scivocab-uncased") model = BertForMultiLabelSequenceClassification.from_pretrained("malteos/aspect-acl-scibert-scivocab-uncased") - Notebooks
- Google Colab
- Kaggle
Add multilingual to the language tag
#1
by lbourdois - opened
Hi! A PR to add multilingual to the language tag to improve the referencing.
malteos changed pull request status to merged