CondadosAI commited on
Commit
52841bc
·
verified ·
1 Parent(s): e5fae3c

docs: add NOTICE attribution (Microsoft + OpenAI)

Browse files
Files changed (1) hide show
  1. NOTICE +59 -0
NOTICE ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ X-CLIP (base, patch 32) weights — acaua mirror
2
+ ================================================
3
+
4
+ This product includes model weights developed by:
5
+
6
+ - Microsoft Research
7
+ Ni et al., "Expanding Language-Image Pretrained Models for General Video Recognition",
8
+ ECCV 2022, arXiv:2208.02816
9
+ https://github.com/microsoft/VideoX — MIT
10
+
11
+ - OpenAI CLIP (the vision/text encoders that X-CLIP extends)
12
+ Radford et al., "Learning Transferable Visual Models From Natural Language Supervision",
13
+ ICML 2021, arXiv:2103.00020
14
+ https://github.com/openai/CLIP — MIT
15
+
16
+ Attribution chain
17
+ -----------------
18
+ Mirrored on 2026-04-23 by CondadosAI from:
19
+
20
+ repo: microsoft/xclip-base-patch32
21
+ commit: a2e27a78a2b5d802e894b8a1ef14f3a8ce490963
22
+ date: 2024-02-04
23
+
24
+ Deviations from upstream
25
+ ------------------------
26
+ The legacy `pytorch_model.bin` file (pickle format) was deliberately omitted
27
+ from this mirror for security hygiene. Pickle loads can execute arbitrary
28
+ code; `transformers` auto-prefers `model.safetensors` when both are present,
29
+ so the omission has zero functional impact. The `model.safetensors` file in
30
+ this mirror is byte-identical to upstream.
31
+
32
+ License
33
+ -------
34
+ Licensed under the MIT License. The upstream model card at
35
+ https://huggingface.co/microsoft/xclip-base-patch32 declares the weights as
36
+ MIT. Redistribution under the same terms.
37
+
38
+ MIT License
39
+
40
+ Copyright (c) Microsoft Corporation.
41
+ Copyright (c) OpenAI.
42
+
43
+ Permission is hereby granted, free of charge, to any person obtaining a copy
44
+ of this software and associated documentation files (the "Software"), to deal
45
+ in the Software without restriction, including without limitation the rights
46
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
47
+ copies of the Software, and to permit persons to whom the Software is
48
+ furnished to do so, subject to the following conditions:
49
+
50
+ The above copyright notice and this permission notice shall be included in
51
+ all copies or substantial portions of the Software.
52
+
53
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
54
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
55
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
56
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
57
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
58
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
59
+ THE SOFTWARE.