Instructions to use diarsabri/LaDPR-context-encoder with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use diarsabri/LaDPR-context-encoder with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="diarsabri/LaDPR-context-encoder")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("diarsabri/LaDPR-context-encoder") model = AutoModel.from_pretrained("diarsabri/LaDPR-context-encoder") - Notebooks
- Google Colab
- Kaggle
Diar commited on
Commit ·
e1b5d06
1
Parent(s): efcc551
re-trained again
Browse files- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1883803575
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0c2ea2f4a0f5f24e70f726411dc628cbe4d63dfcdb39915c733fbd5deee1fcb2
|
| 3 |
size 1883803575
|