fix(license): add official license doc ( @ryokamoi )
Browse files- LICENSE.md +9 -0
LICENSE.md
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
## License
|
2 |
+
|
3 |
+
### Dataset
|
4 |
+
The WiCE dataset is based on Wikipedia articles and websites archived at Common Crawl. The majority of text content in Wikipedia is licensed under the [Creative Commons Attribution Share-Alike license](https://en.wikipedia.org/wiki/Wikipedia:Text_of_the_Creative_Commons_Attribution-ShareAlike_4.0_International_License) (CC-BY-SA). For more information about the Wikipedia policy, please refer to [this page](https://en.wikipedia.org/wiki/Wikipedia:Reusing_Wikipedia_content). You are also bound by the [Common Crawl terms of use](https://commoncrawl.org/terms-of-use) when using this dataset.
|
5 |
+
|
6 |
+
Our annotations are released under the terms of [ODC-BY](https://opendatacommons.org/licenses/by/1-0/).
|
7 |
+
|
8 |
+
### Code and Model Outputs
|
9 |
+
Our code in [code_and_resources/code](code_and_resources/code) and model outputs in [code_and_resources/model_outputs](code_and_resources/model_outputs) are released under the terms of MIT License.
|