prithivida
commited on
Commit
•
c0e99b1
1
Parent(s):
8136180
Update README.md
Browse files
README.md
CHANGED
@@ -8,7 +8,7 @@ tags:
|
|
8 |
- reranker
|
9 |
- cross-encoder
|
10 |
- transformers.js
|
11 |
-
-
|
12 |
- passage-retrieval
|
13 |
- knowledge-distillation
|
14 |
library_name: transformers
|
@@ -22,6 +22,9 @@ library_name: transformers
|
|
22 |
|
23 |
# Usage and Performance
|
24 |
|
|
|
|
|
|
|
25 |
### With Cross Encoders (for quick testing, for production use see next section)
|
26 |
|
27 |
```python
|
@@ -66,22 +69,22 @@ readable_scores
|
|
66 |
```
|
67 |
|
68 |
```
|
69 |
-
['0.
|
70 |
-
'0.
|
71 |
-
'0.
|
72 |
-
'0.
|
73 |
-
'0.
|
74 |
-
'0.
|
75 |
-
'0.
|
76 |
-
'0.
|
77 |
-
'0.
|
78 |
-
'0.
|
79 |
-
'0.
|
80 |
-
'0.
|
81 |
-
'0.
|
82 |
-
'0.
|
83 |
-
'0.
|
84 |
-
'0.
|
85 |
```
|
86 |
|
87 |
### With Flashrank (Save $ and increase speed, No heavy Torch or Transformers dependencies)
|
|
|
8 |
- reranker
|
9 |
- cross-encoder
|
10 |
- transformers.js
|
11 |
+
- miniReranker
|
12 |
- passage-retrieval
|
13 |
- knowledge-distillation
|
14 |
library_name: transformers
|
|
|
22 |
|
23 |
# Usage and Performance
|
24 |
|
25 |
+
## This model is a Arabic equivalent of [ms-marco-MiniLM-L-12-v2 reranker](https://www.sbert.net/docs/pretrained-models/ce-msmarco.html).
|
26 |
+
- MSMARCO Dev score TBA.
|
27 |
+
|
28 |
### With Cross Encoders (for quick testing, for production use see next section)
|
29 |
|
30 |
```python
|
|
|
69 |
```
|
70 |
|
71 |
```
|
72 |
+
['0.00058640',
|
73 |
+
'0.00684038',
|
74 |
+
'0.00250885',
|
75 |
+
'0.00061850',
|
76 |
+
'0.00162680',
|
77 |
+
'0.97980452',
|
78 |
+
'0.03813050',
|
79 |
+
'0.90573835',
|
80 |
+
'0.82196653',
|
81 |
+
'0.32288009',
|
82 |
+
'0.10534699',
|
83 |
+
'0.12966448',
|
84 |
+
'0.06130386',
|
85 |
+
'0.00660836',
|
86 |
+
'0.39035776',
|
87 |
+
'0.91324186']
|
88 |
```
|
89 |
|
90 |
### With Flashrank (Save $ and increase speed, No heavy Torch or Transformers dependencies)
|