pawlo2013 commited on
Commit
83ed93b
·
verified ·
1 Parent(s): c1925c7

Upload results.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. results.txt +32 -0
results.txt ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ============================================================
2
+ FINAL EVALUATION RESULTS
3
+ ============================================================
4
+
5
+ Final evaluation on test set:
6
+ FAISS index verification - Accuracy on test set: 100.00%
7
+
8
+ Dataset Information:
9
+ Dataset: CUB
10
+ DINO Version: 3
11
+ DINO Size: b
12
+ Fine-tuned: True
13
+ Total embeddings: 107084
14
+ Embedding dimension: 768
15
+
16
+ Performance Summary:
17
+ Test Precision@1: 90.04%
18
+ Test MAP@R: 62.62%
19
+ FAISS Verification Accuracy: 100.00%
20
+
21
+ Recall Metrics:
22
+ R@1: 90.04%
23
+ R@5: 96.30%
24
+ R@10: 97.16%
25
+ R@100: 99.21%
26
+
27
+ File Locations:
28
+ FAISS index: logs/CUB_dino3_finetune_b/faiss_index.bin
29
+ FAISS mapping: logs/CUB_dino3_finetune_b/faiss_index_mapping.csv
30
+ Results file: logs/CUB_dino3_finetune_b/results.txt
31
+
32
+ Encoding and FAISS index creation completed successfully!