Xuban commited on
Commit
e039bce
·
verified ·
1 Parent(s): f4876e8

Record the exact source artifact and revision in NOTICE

Browse files
Files changed (1) hide show
  1. NOTICE +14 -9
NOTICE CHANGED
@@ -1,9 +1,14 @@
1
- LibreSAM weights
2
- ----------------
3
-
4
- This product contains weights from Segment Anything (SAM)
5
- (https://github.com/facebookresearch/segment-anything).
6
- Copyright (c) Meta Platforms, Inc. and affiliates.
7
- Licensed under the Apache License, Version 2.0.
8
-
9
- The weights are redistributed unmodified.
 
 
 
 
 
 
1
+ LibreSAM weights
2
+ ----------------
3
+
4
+ This product contains weights from Segment Anything (SAM)
5
+ (https://github.com/facebookresearch/segment-anything).
6
+ Copyright (c) Meta Platforms, Inc. and affiliates.
7
+ Licensed under the Apache License, Version 2.0.
8
+
9
+ Source artifact: https://huggingface.co/facebook/sam-vit-huge
10
+ Source revision: 87aecf0df4ce6b30cd7de76e87673c49644bdf67
11
+ Source files: config.json, preprocessor_config.json, model.safetensors
12
+ Modification: none. The weights and configuration are redistributed
13
+ unmodified. Upstream's pytorch_model.bin (a duplicate of the
14
+ safetensors weights) and tf_model.h5 are not mirrored.