From 76357dc5dae39ad51b3083b828b19eafc8e6b7bd Mon Sep 17 00:00:00 2001 From: Hamel Husain Date: Thu, 28 Dec 2023 18:00:02 -0800 Subject: [PATCH] Update README.md (#1012) --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a4122772d1..5f487642ea 100644 --- a/README.md +++ b/README.md @@ -990,9 +990,12 @@ tokens: # these are delimiters When you include these tokens in your axolotl config, axolotl adds these tokens to the tokenizer's vocabulary. -### Inference +### Inference Playground -Pass the appropriate flag to the train command: +Axolotl allows you to load your model in an interactive terminal playground for quick experimentation. +The config file is the same config file used for training. + +Pass the appropriate flag to the inference command, depending upon what kind of model was trained: - Pretrained LORA: ```bash