sho-takase
commited on
Commit
·
05e3c0a
1
Parent(s):
82650c2
Add tags to readme
Browse files
README.md
CHANGED
@@ -1,3 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# japanese-large-lm-3.6b
|
2 |
|
3 |
This repository provides a 3.6B parameters Japanese language model, trained by [LINE Corporation](https://linecorp.com/ja/).
|
@@ -51,4 +61,4 @@ Thus, a user may directly feed raw sentences into the tokenizer.
|
|
51 |
|
52 |
|
53 |
## License
|
54 |
-
[Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- wikipedia
|
5 |
+
- mc4
|
6 |
+
- cc100
|
7 |
+
- oscar
|
8 |
+
language:
|
9 |
+
- ja
|
10 |
+
---
|
11 |
# japanese-large-lm-3.6b
|
12 |
|
13 |
This repository provides a 3.6B parameters Japanese language model, trained by [LINE Corporation](https://linecorp.com/ja/).
|
|
|
61 |
|
62 |
|
63 |
## License
|
64 |
+
[Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)
|