CarlosMF HF staff commited on
Commit
bdb72a5
·
1 Parent(s): 1da8f24

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -3
app.py CHANGED
@@ -18,11 +18,19 @@ def display_pdf(file):
18
 
19
  st.title("BigCode Open RAIL-M v1 License Agreement")
20
 
21
- st.markdown("## Purpose")
22
 
23
- st.markdown("This license covers any AI-specific material, such as neural networks or any other type of model, software, data, or other material that is designated as being available under this license. These materials, together, are referred to in this license as licensed materials. This license gives you as much permission as possible to use, share and improve the licensed materials. This license places no limitations on the use of output from any model, or any changes you make to any licensed materials. It should be interpreted to provide you with the maximum possible freedom.")
24
 
25
- st.markdown("## License")
 
 
 
 
 
 
 
 
26
 
27
  st.markdown("Each contributor licenses you to do everything with the licensed materials that would otherwise infringe that contributor’s rights, including without limitation copyright, patent, trade secret rights, and the right to use the data to train models, but only in compliance with applicable law. However, this license grants you no trademark or publicity rights.")
28
 
 
18
 
19
  st.title("BigCode Open RAIL-M v1 License Agreement")
20
 
21
+ st.markdown("## Section I: Preamble")
22
 
23
+ st.markdown("This OpenRAIL-M License Agreement was created under BigCode, an open and collaborative research project aimed at the responsible development and Use of Large Language Models (“LLMs”) for code generation. This license is generally applicable to any machine-learning Model.")
24
 
25
+ st.markdown("This License Agreement strives for both the open and responsible Use of the accompanying Model. Openness here is understood as enabling users of the Model on a royalty free basis to Use it, modify it, and even share commercial versions of it. Use restrictions are included to prevent misuse of the Model.")
26
+
27
+ st.markdown("This License Agreement governs the Use of the Model and Modifications of the Model. You and Licensor agree as follows:")
28
+
29
+ st.markdown("# 1.Definitions")
30
+
31
+ st.markdown("a. “Contribution” means any work of authorship, including the original version of the Model and any Modifications of the Model that is intentionally submitted to Licensor for inclusion in the Model by the copyright owner or by an individual or entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, “submitted” means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Model, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as “Not a Contribution.”")
32
+
33
+ st.markdown("b. “Contributor” means Licensor and any individual or entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Model.")
34
 
35
  st.markdown("Each contributor licenses you to do everything with the licensed materials that would otherwise infringe that contributor’s rights, including without limitation copyright, patent, trade secret rights, and the right to use the data to train models, but only in compliance with applicable law. However, this license grants you no trademark or publicity rights.")
36