Files changed (1) hide show
  1. README.md +114 -1
README.md CHANGED
@@ -1 +1,114 @@
1
- for research purposes only
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license-name: faipl-1.0-or
4
+ ---
5
+ The model is released for research purposes under the following license:
6
+
7
+ # Fair AI Public License 1.0 with output responsibility
8
+
9
+ *This license comes with special requirements if you intend to allow users
10
+ to access this software over a network. See Notices for more
11
+ information.*
12
+
13
+ ## Purpose
14
+ This license gives everyone as much permission to work with this software as
15
+ possible, while protecting contributors from liability and protecting the
16
+ freedom of end users.
17
+
18
+ ## Definitions
19
+ In this license, "model" refers to machine learning model weights, biases,
20
+ parameters, optimizer states, and any byproducts of a training or pretraining
21
+ process, whether in the form of checkpoints or any other form.
22
+
23
+ The term "derived model" refers to any model based on this model.
24
+
25
+ The term "software" also refers to any model along with documentation or
26
+ other resources provided with the software.
27
+
28
+ The term "source code" refers to the preferred form of making modifications
29
+ to software. It also includes any models, if applicable, but it does not
30
+ include any datasets used to train a model.
31
+
32
+ The term "The user" refers to any individual or entity that uses the software covered by the Fair AI Public License.
33
+ This includes, but is not limited to, developers, researchers, educators, students, and businesses.
34
+ The User is bound by the terms and conditions of the license and is responsible for complying with its rules and obligations.
35
+
36
+ To "modify" also means to perform any training on a model or to combine a
37
+ model with another model.
38
+
39
+ ## Acceptance
40
+ In order to receive this license, you must agree to its rules. The rules of
41
+ this license are both obligations under that agreement and conditions to your
42
+ license. You must not do anything with this software that triggers a rule that
43
+ you cannot or will not follow. If you do not agree, then you cannot use this
44
+ software in any way.
45
+
46
+ ## Copyright
47
+ Each contributor licenses you to do everything with this software that would
48
+ otherwise infringe that contributor's copyright in it.
49
+
50
+ ## Freedom
51
+ Neither this software nor any work that is combined with this software will be
52
+ considered a technological protection measure under the WIPO Copyright Treaty
53
+ or any similar law. Reverse engineering of this software and of any work that
54
+ is combined with this software is always allowed.
55
+
56
+ ## Notices
57
+ You must ensure that everyone who gets a copy of any part of this software from
58
+ you, with or without changes, also gets the text of this license along with
59
+ the corresponding source code.
60
+
61
+ If you modify this software and allow users to interact with it through a
62
+ computer network, you must ensure they have a reasonable way to receive the
63
+ corresponding source code from you, whether that is via a download link or a
64
+ prominent written offer. As a special case, if you are only allowing users to
65
+ interact with a derived model, then you may choose to provide a download link
66
+ or written offer only for the derived model.
67
+
68
+ This software, all source code, and all modifications must be provided under
69
+ this license or another license that allows everything this license allows.
70
+ Note that this does not give you permission to change the license for this
71
+ software.
72
+
73
+ ## Excuse
74
+ If anyone notifies you in writing that you have not complied with
75
+ Notices, you can keep your license by taking all practical steps
76
+ to comply within 30 days after the notice. If you do not do so, your license
77
+ ends immediately.
78
+
79
+ ## Output
80
+ The output of this software is not covered by this license, and no contributor
81
+ claims any rights to it.
82
+
83
+ ## Patent
84
+ Each contributor licenses you to do everything with this software that would
85
+ otherwise infringe any patent claims they can license or become able to license.
86
+
87
+ ## Reliability
88
+ No contributor can revoke this license.
89
+
90
+ ## Alternatives
91
+ You can also use this software under the terms of the GNU AGPL 3.0, or any later
92
+ version of that license. If you do, No Harm, No Liability and User Responsibility for Outputs
93
+ still apply.
94
+
95
+ ## Survival
96
+ The provisions of No Harm, No Liability and User Responsibility for Outputs
97
+ survive the end of your license.
98
+
99
+ ## No Harm
100
+ You agree that no contributor's conduct in the creation of this software has
101
+ caused you any harm. As far as the law allows, you give up your right to pursue
102
+ any kind of legal claim against any contributor for actions related the
103
+ creation of this software, even if those actions broke a previous agreement.
104
+
105
+ ## No Liability
106
+ ***As far as the law allows, this software comes as is, without any warranty or
107
+ condition, and no contributor will be liable to anyone for any damages related
108
+ to this software or this license, under any kind of legal claim.***
109
+
110
+
111
+ ## User Responsibility for Outputs
112
+ This section emphasizes that the user takes full responsibility for the outputs generated by the software.
113
+ The software is provided "as is," without any warranty or condition, and the contributors will not be liable for any damages related to the software or this license.
114
+ The user is responsible for ensuring that the outputs are used in a legal and ethical manner and for assuming any risks associated with their use.