pawlo2013 commited on
Commit
b4391e7
·
verified ·
1 Parent(s): 6797d29

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -19,9 +19,12 @@ Training included additional queries which were not part of the test/val sets
19
 
20
  Achieves R@10 = 90.6 on the original EarthLoc test and val sets (when retrieving against whole db as is).
21
 
22
- 5000 iterations with a batch size of 96.
23
 
24
- See EarthLoc for more details https://earthloc-and-earthmatch.github.io/
 
 
 
25
 
26
 
27
 
 
19
 
20
  Achieves R@10 = 90.6 on the original EarthLoc test and val sets (when retrieving against whole db as is).
21
 
22
+ 5000 iterations with a batch size of 96, lr = 0.0001, only last block of Dinov2 + aggregator trainable.
23
 
24
+ To use the prediction of the model, see the FAISS index https://huggingface.co/datasets/pawlo2013/EarthLoc2_FAISS, 2021 database https://huggingface.co/datasets/pawlo2013/EarthLoc_2021_Database,
25
+ and the inference space https://huggingface.co/spaces/pawlo2013/EarthLoc2.
26
+
27
+ See EarthLoc for more details about the training, data and use cases https://earthloc-and-earthmatch.github.io/
28
 
29
 
30