File size: 785 Bytes
a784619
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30

---
dataset: CUB
model_version: "dino3"
model_size: "b"
finetuned: True
convnext: False
tags:
- faiss
- metric-learning
- CUB
- dino3
---

# FAISS Index and Results for CUB_dino3_finetune_b

This dataset repository contains the FAISS index, mapping CSV, and evaluation results
for a DINOv3 (b) model, evaluated on the CUB dataset.

* **Dataset:** `CUB`
* **DINO Version:** `3`
* **DINO Size:** `b`
* **Fine-tuned:** `True`
* **ConvNext (DINOv3):** `False`

## Files
* `faiss_index.bin`: The FAISS `IndexFlatIP` index. Embeddings are L2-normalized.
* `faiss_index_mapping.csv`: A CSV file mapping the FAISS index (row number) to the original file path, split, and label.
* `results.txt`: The raw text file containing evaluation metrics (Precision@1, MAP@R, etc.) from the main script.