suriyagunasekar commited on
Commit
4bba51c
1 Parent(s): 52e294a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -116,7 +116,7 @@ print(text)
116
  ```
117
 
118
  **Remark.** In the generation function, our model currently does not support beam search (`num_beams` >1) and `attention_mask' parameters.
119
- Furthermore, in the forward pass of the model, we currently do not support outputing hidden states or attention values, using custom input embeddings (instead of the model's).
120
 
121
  ### Citation
122
  ```bib
 
116
  ```
117
 
118
  **Remark.** In the generation function, our model currently does not support beam search (`num_beams` >1) and `attention_mask' parameters.
119
+ Furthermore, in the forward pass of the model, we currently do not support outputing hidden states or attention values, or using custom input embeddings (instead of the model's).
120
 
121
  ### Citation
122
  ```bib