oddadmix commited on
Commit
3d8e16f
·
verified ·
1 Parent(s): 9319ef6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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-rerankerv1', max_length=512)
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 = 'كيف يمكن استخدام التعلم العميق في معالجة الصور الطبية؟'