leukas commited on
Commit
7dd900a
1 Parent(s): 4dc1c69

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -13,4 +13,4 @@ It is a ByT5 model finetuned on German-->English translation using the WMT NewsC
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
 
15
 
16
- NOTE: The decoder_start_token_id is 259, which is different from the default token from google/byt5-large (which is 0).
 
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
 
15
 
16
+ NOTE: The decoder_start_token_id is 259 for byt5 models and 250099 for mt5 models, which is different from the default token from google's byt5 and mt5 models (which is 0).