Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- ja
|
| 4 |
+
- ain
|
| 5 |
+
license: cc-by-4.0
|
| 6 |
+
tags:
|
| 7 |
+
- japanese
|
| 8 |
+
- ainu
|
| 9 |
+
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
|
| 13 |
+
|
| 14 |
+
# JAINU-Model (T5 fine-tuned model)
|
| 15 |
+
JAINU is a Japanese - Ainu language machine translation model. It's still experimental, definitely updating it
|
| 16 |
+
in my free time. Stay tuned!
|
| 17 |
+
We used sonoisa t5-base-japanese (https://huggingface.co/sonoisa/t5-base-japanese).
|
| 18 |
+
|
| 19 |
+
|
| 20 |
+
# Examples
|
| 21 |
+
|
| 22 |
+
| input | output|
|
| 23 |
+
|---|---|
|
| 24 |
+
Stay tuned
|
| 25 |
+
|
| 26 |
+
|
| 27 |
+
# License
|
| 28 |
+
Shield: [![CC BY 4.0][cc-by-shield]][cc-by]
|
| 29 |
+
|
| 30 |
+
This work is licensed under a
|
| 31 |
+
[Creative Commons Attribution 4.0 International License][cc-by].
|
| 32 |
+
|
| 33 |
+
[![CC BY 4.0][cc-by-image]][cc-by]
|
| 34 |
+
|
| 35 |
+
[cc-by]: http://creativecommons.org/licenses/by/4.0/
|
| 36 |
+
[cc-by-image]: https://i.creativecommons.org/l/by/4.0/88x31.png
|
| 37 |
+
[cc-by-shield]: https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg
|