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
Upload pytorch_model.bin with git-lfs
Browse files- pytorch_model.bin +3 -0
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:676fd2b295d44187f01160d8bffbe92758ecc2790178b031a50e84f1b91b80d7
|
| 3 |
+
size 439757967
|