Add noncommercial licensing and Stage 2 snapshot
Browse files- CHECKPOINT_LICENSE.md +28 -0
CHECKPOINT_LICENSE.md
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Checkpoint and Artifact License
|
| 2 |
+
|
| 3 |
+
Model checkpoints, generated samples, metrics, and other non-code artifacts in
|
| 4 |
+
this project are released under:
|
| 5 |
+
|
| 6 |
+
```text
|
| 7 |
+
Creative Commons Attribution-NonCommercial 4.0 International
|
| 8 |
+
SPDX identifier: CC-BY-NC-4.0
|
| 9 |
+
URL: https://creativecommons.org/licenses/by-nc/4.0/
|
| 10 |
+
```
|
| 11 |
+
|
| 12 |
+
This permits non-commercial research, study, redistribution, and adaptation
|
| 13 |
+
under the terms of CC BY-NC 4.0.
|
| 14 |
+
|
| 15 |
+
Commercial use is not permitted without separate written permission. This
|
| 16 |
+
includes, but is not limited to:
|
| 17 |
+
|
| 18 |
+
- selling the checkpoints or derivative checkpoints
|
| 19 |
+
- providing hosted inference as a paid or commercial service
|
| 20 |
+
- integrating the checkpoints into commercial products
|
| 21 |
+
- using the checkpoints for commercial production workflows
|
| 22 |
+
|
| 23 |
+
The source code is licensed separately under the PolyForm Noncommercial License
|
| 24 |
+
1.0.0. See [LICENSE](LICENSE).
|
| 25 |
+
|
| 26 |
+
Training data is not redistributed in this repository or the Hugging Face Hub
|
| 27 |
+
repository. Users are responsible for reviewing and complying with the licenses
|
| 28 |
+
of any datasets they download or use.
|