Update README.md

This commit is contained in:
Gunasekar 2023-09-11 21:45:49 +00:00 committed by huggingface-web
parent 52e294acfe
commit 4bba51c9b5

@ -116,7 +116,7 @@ print(text)
``` ```
**Remark.** In the generation function, our model currently does not support beam search (`num_beams` >1) and `attention_mask' parameters. **Remark.** In the generation function, our model currently does not support beam search (`num_beams` >1) and `attention_mask' parameters.
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). 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).
### Citation ### Citation
```bib ```bib