From 34541b60fee9b8573a90a1188c181adaf691b67b Mon Sep 17 00:00:00 2001 From: Cyril Vallez Date: Wed, 4 Sep 2024 12:05:38 +0200 Subject: [PATCH] Update paper.md --- paper.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/paper.md b/paper.md index 5a46f20..70e223c 100644 --- a/paper.md +++ b/paper.md @@ -92,4 +92,8 @@ print(conv.model_history_text[-1]) As one can observe, it is mush easier with `TextWiz`, and beginners do not have to worry about any details, be it proper tokenization, chat template, best dtype, torch device, end of sequence (eos) tokens, etc... +# Acknowledgements + +This project has not received any external funding. + # References \ No newline at end of file