Instructions to use Shaier/longformer_sciq with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Shaier/longformer_sciq with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForMultipleChoice tokenizer = AutoTokenizer.from_pretrained("Shaier/longformer_sciq") model = AutoModelForMultipleChoice.from_pretrained("Shaier/longformer_sciq") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#2
by SFconvertbot - opened
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5f0c38989de32dbe663d37478a1585bf66bc40be4ca1fe35f0fc7c28a5105ca2
|
| 3 |
+
size 594675084
|