aletrn commited on
Commit
0f20912
1 Parent(s): 3d059dd

[doc] added HuggingFace metadata info

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -1,7 +1,15 @@
1
  ---
 
 
2
  license: apache-2.0
 
 
 
 
 
 
3
  ---
4
 
5
  Segment Anything quantized model files prepared with
6
  - https://github.com/vietanhdev/samexporter/
7
- - (onnx mobile_sam version) https://github.com/AndreyGermanov/sam_onnx_full_export/
 
1
  ---
2
+ base_model: dhkim2810/MobileSAM
3
+ library_name: onnx
4
  license: apache-2.0
5
+ pipeline_tag: image-segmentation
6
+ tags:
7
+ - foundation
8
+ - vision
9
+ - segmentation
10
+
11
  ---
12
 
13
  Segment Anything quantized model files prepared with
14
  - https://github.com/vietanhdev/samexporter/
15
+ - https://github.com/trincadev/sam_onnx_full_export