INV-WZQ commited on
Commit
49962ed
·
verified ·
1 Parent(s): b7eb8f2

Add LICENSE (model card, license, third-party IP notice)

Browse files
Files changed (1) hide show
  1. LICENSE +81 -0
LICENSE ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ================================================================================
2
+ ReactiveGWM-Models — License
3
+ ================================================================================
4
+
5
+ SCOPE OF THIS LICENSE
6
+ ---------------------
7
+
8
+ The Creative Commons Attribution-NonCommercial 4.0 International license
9
+ ("CC BY-NC 4.0") set out below applies ONLY to the original contributions of
10
+ the model author, which are:
11
+
12
+ (a) the trained model weights in `SF2/*.safetensors` and
13
+ `SF3/*.safetensors` (`ReactiveGWM_base`, `ReactiveGWM_transfer`,
14
+ and `Vanilla`);
15
+ (b) the model architecture choices, training recipe, and accompanying
16
+ documentation of this release.
17
+
18
+ These weights were trained on rollouts derived from copyrighted commercial
19
+ video games — Street Fighter II: Champion Edition and Street Fighter III:
20
+ New Generation / 3rd Strike — which are © Capcom Co., Ltd. Any visual
21
+ content the models can reproduce that is recognisably Capcom IP (sprites,
22
+ character designs, stages, UI, audio, etc.) is NOT relicensed by this
23
+ file. The weights are made available solely for non-commercial academic
24
+ research under applicable fair-use / fair-dealing doctrines. Nothing in
25
+ this license shall be construed as granting any rights, express or
26
+ implied, in or to Capcom's intellectual property. See `NOTICE` for the
27
+ full third-party IP statement and takedown contact.
28
+
29
+ If your use of these models requires rights to the underlying Capcom games,
30
+ you must obtain those rights separately from Capcom Co., Ltd.
31
+
32
+ ================================================================================
33
+ Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0)
34
+ ================================================================================
35
+
36
+ By exercising the Licensed Rights (defined below), You accept and agree to be
37
+ bound by the terms and conditions of this Creative Commons
38
+ Attribution-NonCommercial 4.0 International Public License ("Public License").
39
+ The full legal text is available at:
40
+
41
+ https://creativecommons.org/licenses/by-nc/4.0/legalcode
42
+
43
+ A human-readable summary is available at:
44
+
45
+ https://creativecommons.org/licenses/by-nc/4.0/
46
+
47
+ The full legal text is incorporated herein by reference. The key terms in
48
+ plain language are:
49
+
50
+ - You are free to:
51
+ * Share — copy and redistribute the material in any medium or format
52
+ * Adapt — remix, transform, and build upon the material
53
+
54
+ - Under the following terms:
55
+ * Attribution — You must give appropriate credit, provide a link to
56
+ the license, and indicate if changes were made.
57
+ * NonCommercial — You may not use the material for commercial
58
+ purposes.
59
+ * No additional restrictions — You may not apply legal terms or
60
+ technological measures that legally restrict others from doing
61
+ anything the license permits.
62
+
63
+ - Notices: You do not have to comply with the license for elements of
64
+ the material in the public domain or where your use is permitted by
65
+ an applicable exception or limitation. No warranties are given. The
66
+ license may not give you all of the permissions necessary for your
67
+ intended use. For example, other rights such as publicity, privacy,
68
+ or moral rights may limit how you use the material.
69
+
70
+ ================================================================================
71
+
72
+ REQUIRED ATTRIBUTION
73
+ --------------------
74
+
75
+ When redistributing or publishing work derived from these models, please
76
+ include the following notice:
77
+
78
+ "ReactiveGWM-Models" by Zeqing Wang, licensed under CC BY-NC 4.0,
79
+ available at https://huggingface.co/INV-WZQ/ReactiveGWM-Models.
80
+ Trained on derivative footage of Street Fighter II and Street Fighter
81
+ III, © Capcom Co., Ltd., used for non-commercial academic research.