crossprism commited on
Commit
44f9f83
·
2 Parent(s): 79b37a1 babd762

Merge remote-tracking branch 'origin/main'

Browse files
Files changed (1) hide show
  1. README.md +14 -3
README.md CHANGED
@@ -1,3 +1,14 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ pipeline_tag: image-classification
4
+ tags:
5
+ - travel
6
+ - north america
7
+ ---
8
+ Predicts North American landmarks from a set of 10502 classes. Output is logits.
9
+
10
+ Trained on data from: https://github.com/cvdfoundation/google-landmark
11
+
12
+ Classification head built on top of EfficentnetV2-M-21k feature extractor for [CrossPrism](https://apps.apple.com/us/app/crossprism-photo-labeler/id1638429352?mt=12) on MacOS.
13
+
14
+ Compressed using 8-bit quantization.