Update README.md
Browse files
README.md
CHANGED
@@ -36,7 +36,7 @@ Below is an example of how to use the model with the `sentence_transformers` lib
|
|
36 |
from sentence_transformers import CrossEncoder
|
37 |
|
38 |
# Load the model
|
39 |
-
model = CrossEncoder('oddadmix/arabic-
|
40 |
|
41 |
# Define the query and candidate paragraphs
|
42 |
Query = 'كيف يمكن استخدام التعلم العميق في معالجة الصور الطبية؟'
|
|
|
36 |
from sentence_transformers import CrossEncoder
|
37 |
|
38 |
# Load the model
|
39 |
+
model = CrossEncoder('oddadmix/arabic-reranker-v1', max_length=512)
|
40 |
|
41 |
# Define the query and candidate paragraphs
|
42 |
Query = 'كيف يمكن استخدام التعلم العميق في معالجة الصور الطبية؟'
|