Instructions to use mustapha/e5-small-Quran with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mustapha/e5-small-Quran with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="mustapha/e5-small-Quran")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("mustapha/e5-small-Quran") model = AutoModel.from_pretrained("mustapha/e5-small-Quran") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,7 +4,6 @@ datasets:
|
|
| 4 |
- M-AI-C/quran-en-tafssirs
|
| 5 |
language:
|
| 6 |
- en
|
| 7 |
-
pipeline_tag: sentence-similarity
|
| 8 |
---
|
| 9 |
```python
|
| 10 |
import torch.nn.functional as F
|
|
|
|
| 4 |
- M-AI-C/quran-en-tafssirs
|
| 5 |
language:
|
| 6 |
- en
|
|
|
|
| 7 |
---
|
| 8 |
```python
|
| 9 |
import torch.nn.functional as F
|