leukas commited on
Commit
c433bb3
1 Parent(s): 346a35c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -5,10 +5,10 @@ language:
5
  pipeline_tag: translation
6
  ---
7
 
8
- # mt5-small-nc16-deen
9
 
10
  This model is released as part of the work from [Are Character-level Translations Worth the Wait? Comparing Character- and Subword-level Models for Machine Translation](https://arxiv.org/abs/2302.14220).
11
- It is an mT5 model finetuned on German-->English translation using the WMT NewsCommentary v16 dataset.
12
 
13
  To use the model correctly, you must prepend the prompt with "translate X to Y: ", where X and Y are your source and target languages (e.g. German, English).
14
 
 
5
  pipeline_tag: translation
6
  ---
7
 
8
+ # mt5-small-nc16-250k-deen
9
 
10
  This model is released as part of the work from [Are Character-level Translations Worth the Wait? Comparing Character- and Subword-level Models for Machine Translation](https://arxiv.org/abs/2302.14220).
11
+ It is an mT5 model finetuned on German-->English translation using 250k sentence pairs from the WMT NewsCommentary v16 dataset.
12
 
13
  To use the model correctly, you must prepend the prompt with "translate X to Y: ", where X and Y are your source and target languages (e.g. German, English).
14