Update README.md
Browse files
README.md
CHANGED
|
@@ -117,4 +117,22 @@ Khant Sint Heinn. (2026). *myX-Tokenizer-BPE: Byte Pair Encoding Baseline for Bu
|
|
| 117 |
url = {https://huggingface.co/DatarrX/myX-Tokenizer-BPE},
|
| 118 |
note = {BPE algorithm based on Burmese raw data}
|
| 119 |
}
|
| 120 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 117 |
url = {https://huggingface.co/DatarrX/myX-Tokenizer-BPE},
|
| 118 |
note = {BPE algorithm based on Burmese raw data}
|
| 119 |
}
|
| 120 |
+
```
|
| 121 |
+
|
| 122 |
+
## License 📜
|
| 123 |
+
|
| 124 |
+
This project is licensed under the **Apache License 2.0**.
|
| 125 |
+
|
| 126 |
+
### What does this mean?
|
| 127 |
+
The Apache License 2.0 is a permissive license that allows you to:
|
| 128 |
+
|
| 129 |
+
* **Commercial Use:** You can use this tokenizer for commercial purposes.
|
| 130 |
+
* **Modification:** You can modify the model or the code for your specific needs.
|
| 131 |
+
* **Distribution:** You can share and distribute the original or modified versions.
|
| 132 |
+
* **Sublicensing:** You can grant sublicenses to others.
|
| 133 |
+
|
| 134 |
+
### Conditions:
|
| 135 |
+
* **Attribute:** You must give appropriate credit to the author (**Khant Sint Heinn**) and the organization (**DatarrX**).
|
| 136 |
+
* **License Notice:** You must include a copy of the license and any original copyright notice in your distribution.
|
| 137 |
+
|
| 138 |
+
For more details, you can read the full license text at [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0).
|