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:6681f266150205c9b45e675ef085a9e1a1432407ad733ef3ed11beb687522da3
|
| 3 |
+
size 1443302
|
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:8a66ded34e0930d25fc88b90d4efc2758764a21e68d94ac8370d431f04bcb826
|
| 3 |
+
size 11933437952
|