jianguozhang commited on
Commit
d62f3ac
1 Parent(s): 947f7ef

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -107,7 +107,7 @@ alt="drawing" width="700"/>
107
  - For sampled FLAN data:
108
  - We follow their original data format, i.e., we did not set special tokens to separate in-context learning examples.
109
  - In summary:
110
- - We recommend you use our format and add our special tokens (such as `<USER>` and `<SYSTEM>` ) to get better performance. However, you may not necessary need to exactly follow our format if you do observe random behavios.
111
  - We found that T5 model series such as Flan-t5 and DialogStudio-T5 may generate repetitive tokens during inference. If you find such repetition issues, you can set the `repetition_penalty` in model.generate(), such as 1.5, to mitigate them. Note that `repetition_penalty=1.0` by default.
112
  # Usage
113
 
 
107
  - For sampled FLAN data:
108
  - We follow their original data format, i.e., we did not set special tokens to separate in-context learning examples.
109
  - In summary:
110
+ - We recommend you use our format and add our special tokens (such as `<USER>` and `<SYSTEM>` ) to get better performance. However, you may not necessary need to exactly follow our format if you do not observe random behavios.
111
  - We found that T5 model series such as Flan-t5 and DialogStudio-T5 may generate repetitive tokens during inference. If you find such repetition issues, you can set the `repetition_penalty` in model.generate(), such as 1.5, to mitigate them. Note that `repetition_penalty=1.0` by default.
112
  # Usage
113