Instructions to use jamesmullenbach/CLIP_DNote_BERT_Context with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jamesmullenbach/CLIP_DNote_BERT_Context with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("jamesmullenbach/CLIP_DNote_BERT_Context", dtype="auto") - Notebooks
- Google Colab
- Kaggle
James Mullenbach commited on
Commit ·
75c50eb
1
Parent(s): bf9d3f9
add model that can be loaded with just torch.load
Browse files- torch_loadable.pth +3 -0
torch_loadable.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cdeeb169b7d8cd85cbe03abfdfc086da3a5683476154df35b81b47eb36a5054e
|
| 3 |
+
size 433312895
|