From 6a98842df876a58d4f03690d67b34d04c9e9adb7 Mon Sep 17 00:00:00 2001 From: Lxinyang <68582965+littleSunlxy@users.noreply.github.com> Date: Wed, 10 Jan 2024 10:21:47 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf2ff85..fc01490 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ generation_output = model.generate( ) print(tokenizer.decode(generation_output[0])) ``` -* Same for our Base and Chat model. For more advanced usage, please follow the [transformers LLaMA documentation](https://huggingface.co/docs/transformers/main/model_doc/llama). +* For more advanced usage, please follow the [transformers LLaMA documentation](https://huggingface.co/docs/transformers/main/model_doc/llama). #### Example for MobileVLM model inference