Instructions to use osanseviero/test_model_bertmesh with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use osanseviero/test_model_bertmesh with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("osanseviero/test_model_bertmesh", trust_remote_code=True) model = AutoModel.from_pretrained("osanseviero/test_model_bertmesh", trust_remote_code=True) - Notebooks
- Google Colab
- Kaggle
Nick Sorros commited on
Commit ·
b1f91c5
1
Parent(s): daa8910
Update model
Browse files- pytorch_model.bin +2 -2
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:92fc6bad6bb26250dc89778a62810709e103dcb3992a13e216d192d9cb398127
|
| 3 |
+
size 647445539
|