Update README.md
Browse files
README.md
CHANGED
|
@@ -8,7 +8,8 @@ metrics:
|
|
| 8 |
---
|
| 9 |
checkpoint = "google/mt5-small" tokenizer = MT5Tokenizer.from_pretrained(checkpoint, legacy=False) model = MT5ForConditionalGeneration.from_pretarined(checkpoint)
|
| 10 |
|
| 11 |
-
This model is katakana-oriented.
|
|
|
|
| 12 |
|
| 13 |
## Training
|
| 14 |
- Trainer: Seq2seqTrainer
|
|
|
|
| 8 |
---
|
| 9 |
checkpoint = "google/mt5-small" tokenizer = MT5Tokenizer.from_pretrained(checkpoint, legacy=False) model = MT5ForConditionalGeneration.from_pretarined(checkpoint)
|
| 10 |
|
| 11 |
+
- This model is katakana-oriented.
|
| 12 |
+
- CharacTER score = 0.1868
|
| 13 |
|
| 14 |
## Training
|
| 15 |
- Trainer: Seq2seqTrainer
|