Instructions to use allenai/scibert_scivocab_uncased with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use allenai/scibert_scivocab_uncased with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("allenai/scibert_scivocab_uncased", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
095236e
1
Parent(s): 0e6dacf
allow flax
Browse files- .gitattributes +1 -0
.gitattributes
CHANGED
|
@@ -7,3 +7,4 @@
|
|
| 7 |
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 8 |
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 9 |
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 7 |
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 8 |
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 9 |
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|