Instructions to use Riiid/kda-scibert-uncased-race with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Riiid/kda-scibert-uncased-race with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForMultipleChoice tokenizer = AutoTokenizer.from_pretrained("Riiid/kda-scibert-uncased-race") model = AutoModelForMultipleChoice.from_pretrained("Riiid/kda-scibert-uncased-race") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1
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:2327bdcb11ea8794072c1ac97e101eeeaed9651dcca86515a0fbcc6c6b65fcac
|
| 3 |
+
size 439704652
|