Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
license:
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
tags:
|
|
@@ -76,6 +76,8 @@ for i, line in enumerate(dataset["train"]):
|
|
| 76 |
print(f"{i}:{tokenizer.decode(tokens)}")
|
| 77 |
```
|
| 78 |
|
|
|
|
|
|
|
| 79 |
|
| 80 |
|
| 81 |
# Citation
|
|
|
|
| 1 |
---
|
| 2 |
+
license: odc-by
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
tags:
|
|
|
|
| 76 |
print(f"{i}:{tokenizer.decode(tokens)}")
|
| 77 |
```
|
| 78 |
|
| 79 |
+
# License
|
| 80 |
+
We release our work under [ODC-BY](https://opendatacommons.org/licenses/by/1-0/), hence granting the rights over the dataset, but not the contents of the dataset individually.
|
| 81 |
|
| 82 |
|
| 83 |
# Citation
|