From 026404866068b90fd09d4bba474a7fcdb531dbe7 Mon Sep 17 00:00:00 2001 From: Patrick von Platen Date: Tue, 20 Oct 2020 16:13:49 +0200 Subject: [PATCH] Update README.md --- model_cards/google/roberta2roberta_L-24_discofuse/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/model_cards/google/roberta2roberta_L-24_discofuse/README.md b/model_cards/google/roberta2roberta_L-24_discofuse/README.md index 8fc6e9c8aa7..f7219725308 100644 --- a/model_cards/google/roberta2roberta_L-24_discofuse/README.md +++ b/model_cards/google/roberta2roberta_L-24_discofuse/README.md @@ -19,6 +19,8 @@ Disclaimer: The model card has been written by the Hugging Face team. You can use this model for sentence fusion, *e.g.* +IMPORTANT: The model was not trained on the `"` (double quotation mark) character -> so the before tokenizing the text, it is advised to replace all `"` (double quotation marks) with a single `` ` `` (single back tick). + ```python from transformers import AutoTokenizer, AutoModelForSeq2SeqLM