kinlas commited on
Commit
1ec8bab
·
verified ·
1 Parent(s): c85f5cd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
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