Thacio Garcia Scandaroli commited on
Commit
fe56156
1 Parent(s): f5028da

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -60,6 +60,12 @@ Porém, para o ult5-pt, não se notou diferença nos testes de benchmark.
60
 
61
  *Span corruption modes can be activated by adding the prefixes '<|NLU|>' and '<|NLG|>' to the beginning of the text. The UL2 authors point out a possible difference in the fine-tuning result depending on the activated mode. However, for ult5-pt, no difference was noticed in benchmark tests.*
62
 
 
 
 
 
 
 
63
  ### Direct Use
64
 
65
  Exemplo de geração de texto com top_k de 30
 
60
 
61
  *Span corruption modes can be activated by adding the prefixes '<|NLU|>' and '<|NLG|>' to the beginning of the text. The UL2 authors point out a possible difference in the fine-tuning result depending on the activated mode. However, for ult5-pt, no difference was noticed in benchmark tests.*
62
 
63
+ Special tokens:
64
+ - pad: '<|pad|>'
65
+ - end of text: '<|endoftext|>'
66
+ - R denoising: '<|NLU|>'
67
+ - S denoising: '<|NLG|>'
68
+
69
  ### Direct Use
70
 
71
  Exemplo de geração de texto com top_k de 30