From 4bba51c9b5e70260e6df641a744536cd7f288f51 Mon Sep 17 00:00:00 2001 From: Gunasekar Date: Mon, 11 Sep 2023 21:45:49 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd3f583..4e87f3d 100644 --- a/README.md +++ b/README.md @@ -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. -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 ```bib