Xuban commited on
Commit
bc352be
·
verified ·
1 Parent(s): ed1a350

Record the exact source artifact and revision in NOTICE

Browse files
Files changed (1) hide show
  1. NOTICE +18 -11
NOTICE CHANGED
@@ -1,11 +1,18 @@
1
- LibreMoGe2 weights
2
- ------------------
3
-
4
- This product contains weights derived from MoGe-2
5
- (https://github.com/microsoft/MoGe).
6
- Copyright (c) Microsoft Corporation.
7
- Licensed under the MIT License.
8
-
9
- The DINOv2 encoder these weights build on is separately licensed under the
10
- Apache License, Version 2.0, by Meta AI
11
- (https://github.com/facebookresearch/dinov2).
 
 
 
 
 
 
 
 
1
+ LibreMoGe2 weights
2
+ ------------------
3
+
4
+ This product contains weights derived from MoGe-2
5
+ (https://github.com/microsoft/MoGe).
6
+ Copyright (c) Microsoft Corporation.
7
+ Licensed under the MIT License.
8
+
9
+ Source artifact: https://huggingface.co/Ruicheng/moge-2-vits-normal
10
+ Source revision: 679230677b4d282c6f304189a93e98e14f085902
11
+ Source file: model.pt
12
+ Modification: state-dict key remapping only, by
13
+ weights/convert_moge2_weights.py in LibreYOLO. Learned
14
+ parameters are unchanged.
15
+
16
+ The DINOv2 encoder these weights build on is separately licensed under the
17
+ Apache License, Version 2.0, by Meta AI
18
+ (https://github.com/facebookresearch/dinov2).