Add BLOOM license to tokenizer (#4)
Browse files- Add BLOOM license to tokenizer (af06149a42f37f06e490c04833ee73c1ed2a4948)
Co-authored-by: Christopher Akiki <cakiki@users.noreply.huggingface.co>
README.md
CHANGED
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
1 |
# Tokenizer used for all BLOOM models
|
2 |
|
3 |
Tokenizer information are provided at [https://huggingface.co/bigscience/bloom#preprocessing](https://huggingface.co/bigscience/bloom#preprocessing)
|
|
|
1 |
+
---
|
2 |
+
license: bigscience-bloom-rail-1.0
|
3 |
+
---
|
4 |
# Tokenizer used for all BLOOM models
|
5 |
|
6 |
Tokenizer information are provided at [https://huggingface.co/bigscience/bloom#preprocessing](https://huggingface.co/bigscience/bloom#preprocessing)
|