Adel-Elwan
commited on
Commit
•
5588c1e
1
Parent(s):
1e53719
Update README.md
Browse files
README.md
CHANGED
@@ -13,6 +13,40 @@ metrics:
|
|
13 |
- accuracy
|
14 |
datasets:
|
15 |
- Adel-Elwan/Artificial-intelligence-dataset-for-IR-systems
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
---
|
17 |
|
18 |
# {MODEL_NAME}
|
|
|
13 |
- accuracy
|
14 |
datasets:
|
15 |
- Adel-Elwan/Artificial-intelligence-dataset-for-IR-systems
|
16 |
+
|
17 |
+
model-index:
|
18 |
+
- name: Adel-Elwan/msmarco-bert-base-dot-v5-fine-tuned-AI
|
19 |
+
results:
|
20 |
+
- task:
|
21 |
+
type: semantic-search # Required. Example: automatic-speech-recognition
|
22 |
+
name: Semantic Search # Optional. Example: Speech Recognition
|
23 |
+
dataset:
|
24 |
+
type: Adel-Elwan/Artificial-intelligence-dataset-for-IR-systems
|
25 |
+
name: Artificial intelligence dataset for IR systems
|
26 |
+
split: test # Optional. Example: test
|
27 |
+
metrics:
|
28 |
+
- type: accuracy
|
29 |
+
value: 83.45%
|
30 |
+
name: Accuracy@5
|
31 |
+
- type: accuracy
|
32 |
+
value: 87.78%
|
33 |
+
name: Accuracy@10
|
34 |
+
|
35 |
+
- type: precision
|
36 |
+
value: 16.69%
|
37 |
+
name: Precision@5
|
38 |
+
|
39 |
+
- type: recall
|
40 |
+
value: 83.45%
|
41 |
+
name: Recall@5
|
42 |
+
- type: recall
|
43 |
+
value: 87.78%
|
44 |
+
name: Recall@10
|
45 |
+
|
46 |
+
- type: mean_reciprocal_rank
|
47 |
+
value: 0.7327
|
48 |
+
name: MRR@10
|
49 |
+
verified: true
|
50 |
---
|
51 |
|
52 |
# {MODEL_NAME}
|