Skip to content

Commit 8a2d50f

Browse files
authored
Update licensing information in documentation to Apache (#351)
Update licensing information in documentation to reflect Apache 2.0 for both source code and model weights Update docs/release-notes/specification.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Update license information in documentation to reflect Apache 2.0
1 parent 0a0b337 commit 8a2d50f

4 files changed

Lines changed: 9 additions & 124 deletions

File tree

LICENSE-MODEL.md

Lines changed: 0 additions & 119 deletions
This file was deleted.

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55

66
An open source AI model and interface for Earth.
77

8+
## License
9+
10+
Clay Model is licensed under the [Apache](LICENSE). This applies to the source code as well as the trained model weights.
11+
12+
The Documentation is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) license.
13+
814
## Quickstart
915

1016
Launch into a [JupyterLab](https://jupyterlab.readthedocs.io) environment on

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ The Clay model can be used in three main ways:
2727

2828
- Our **website** is [madewithclay.org](https://madewithclay.org).
2929
- The Clay model **code** lives on [Github](https://github.com/Clay-foundation/model).
30-
License: [Apache-w.0](https://github.com/Clay-foundation/model/blob/main/LICENSE).
30+
License: [Apache-2.0](https://github.com/Clay-foundation/model/blob/main/LICENSE).
3131
The latest release is [v1.0](https://github.com/Clay-foundation/model/releases/tag/v1.0)
3232
- The Clay model **weights** on [Hugging Face](https://huggingface.co/made-with-clay/Clay/).
33-
License: [OpenRAIL-M](https://github.com/Clay-foundation/model/blob/main/LICENSE-MODEL.md).
33+
License: [Apache-2.0](https://github.com/Clay-foundation/model/blob/main/LICENSE).
3434
- The Clay **documentation** [lives on this site](https://clay-foundation.github.io/model/index.html).
3535
License: [CC-BY](http://creativecommons.org/licenses/by/4.0/).
3636
- We release the **embeddings** of the used training data on [Source Cooperative](https://beta.source.coop/repositories/clay/clay-model-v0-embeddings).

docs/release-notes/specification.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,7 @@ https://github.com/Clay-foundation/model/blob/main/LICENSE
5757
- Teacher size: `304M`
5858
- Model size on disk (just the encoder): `1.25 GB`.
5959
- Model license:
60-
- Source code: [Apache 2.0](https://github.com/Clay-foundation/model/blob/main/LICENSE)
61-
- Model weights: [OpenRAIL-M](https://github.com/Clay-foundation/model/blob/main/LICENSE-MODEL.md)
62-
- Prohibited uses: Refer to OpenRAIL-M license section 5.
60+
- Source code and Model weights: [Apache-2.0](https://github.com/Clay-foundation/model/blob/main/LICENSE)
6361
- Feedback and redress mechanisms:
6462
- Please open an issue or discussion on the [GitHub repository](https://github.com/Clay-foundation/model) or send an email to `bruno@madewithclay.org`.
6563

0 commit comments

Comments
 (0)