Skip to content

Commit 2a96258

Browse files
author
Ahmed
committed
docs: Remove redundant manual download instructions
1 parent d15b08e commit 2a96258

1 file changed

Lines changed: 0 additions & 22 deletions

File tree

README.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -70,28 +70,6 @@ print(f"Relevance Score (MaxSim): {score:.4f}")
7070
7171
---
7272

73-
## 📂 Pre-Exported Models
74-
75-
To make deployments as seamless as possible, you do not need to deal with PyTorch, Transformers, or the ONNX export process. We provide the pre-compiled, optimized ONNX models and their corresponding tokenizer files directly from our public organization repository.
76-
77-
### Downloading the Models
78-
You can fetch the model files from our public Hugging Face registry:
79-
80-
```bash
81-
# Option 1: Download mxbai-edge-colbert-v0-17m-onnx (Default)
82-
wget https://huggingface.co/intextus/mxbai-edge-colbert-v0-17m-onnx/resolve/main/model.onnx
83-
wget https://huggingface.co/intextus/mxbai-edge-colbert-v0-17m-onnx/resolve/main/tokenizer.json
84-
85-
# Option 2: Download mxbai-edge-colbert-v0-32m-onnx
86-
wget https://huggingface.co/intextus/mxbai-edge-colbert-v0-32m-onnx/resolve/main/model.onnx
87-
wget https://huggingface.co/intextus/mxbai-edge-colbert-v0-32m-onnx/resolve/main/tokenizer.json
88-
89-
# Option 3: Download lateon-onnx
90-
wget https://huggingface.co/intextus/lateon-onnx/resolve/main/model.onnx
91-
wget https://huggingface.co/intextus/lateon-onnx/resolve/main/tokenizer.json
92-
```
93-
Once downloaded locally, you can pass their directory path directly to `IntextusEncoder` (e.g. `IntextusEncoder("./my_model_dir")`).
94-
9573

9674
---
9775

0 commit comments

Comments
 (0)