Instructions to use Sashavav/rag-resource-allocator with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Sashavav/rag-resource-allocator with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("Sashavav/rag-resource-allocator", trust_remote_code=True) model = AutoModel.from_pretrained("Sashavav/rag-resource-allocator", trust_remote_code=True) - Notebooks
- Google Colab
- Kaggle
Upload ONNX exported Jina reranker bundle
Browse files- model.onnx +2 -2
- model.onnx_data +2 -2
model.onnx
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:cc082fd039c09252f3db786a62ee0fdc5a330709fd02137990dd35634dbbce45
|
| 3 |
+
size 1424802
|
model.onnx_data
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:68eaf6d647056197965bdfbbfd8eaabf430977238f00102da6960de44a0c7955
|
| 3 |
+
size 9546121216
|