matejulcar commited on
Commit
614a33f
1 Parent(s): aff91f8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -22,3 +22,4 @@ The model is described in detail and evaluated in our paper ["*Sequence to seque
22
 
23
  ## Changelog
24
  2022-07-21: updated with v2 of the model, the old one is still accesible at [cjvt/legacy-t5-sl-small](https://huggingface.co/cjvt/legacy-t5-sl-small).
 
 
22
 
23
  ## Changelog
24
  2022-07-21: updated with v2 of the model, the old one is still accesible at [cjvt/legacy-t5-sl-small](https://huggingface.co/cjvt/legacy-t5-sl-small).
25
+ 2022-09-21: added fast tokenizer (Huggingface's TokenizerFast class, the tokenization remains the same)