From 2ed52bd56849b8255f7646f7114415f58c06e52e Mon Sep 17 00:00:00 2001 From: NanoCode012 Date: Sat, 24 Feb 2024 21:55:04 +0900 Subject: [PATCH] fix(readme): Clarify doc for tokenizer_config (#1323) [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c9f03000..bf10d1ec8 100644 --- a/README.md +++ b/README.md @@ -518,7 +518,7 @@ base_model_ignore_patterns: base_model_config: ./llama-7b-hf # You can specify to choose a specific model revision from huggingface hub model_revision: -# Optional tokenizer configuration override in case you want to use a different tokenizer +# Optional tokenizer configuration path in case you want to use a different tokenizer # than the one defined in the base model tokenizer_config: # If you want to specify the type of model to load, AutoModelForCausalLM is a good choice too