crossprism commited on
Commit
50f52da
1 Parent(s): 3bd55a0

Update README.md

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
+ - south america
7
+ ---
8
+ Predicts South American landmarks from a set of 2214 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.