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

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ dataset: CUB
4
+ model_version: "dino3"
5
+ model_size: "b"
6
+ finetuned: True
7
+ convnext: False
8
+ tags:
9
+ - faiss
10
+ - metric-learning
11
+ - CUB
12
+ - dino3
13
+ ---
14
+
15
+ # FAISS Index and Results for CUB_dino3_finetune_b
16
+
17
+ This dataset repository contains the FAISS index, mapping CSV, and evaluation results
18
+ for a DINOv3 (b) model, evaluated on the CUB dataset.
19
+
20
+ * **Dataset:** `CUB`
21
+ * **DINO Version:** `3`
22
+ * **DINO Size:** `b`
23
+ * **Fine-tuned:** `True`
24
+ * **ConvNext (DINOv3):** `False`
25
+
26
+ ## Files
27
+ * `faiss_index.bin`: The FAISS `IndexFlatIP` index. Embeddings are L2-normalized.
28
+ * `faiss_index_mapping.csv`: A CSV file mapping the FAISS index (row number) to the original file path, split, and label.
29
+ * `results.txt`: The raw text file containing evaluation metrics (Precision@1, MAP@R, etc.) from the main script.