Skip to content

Commit

Permalink
Update README.md (#1012)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamelsmu committed Dec 29, 2023
1 parent 70b46ca commit 76357dc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 76357dc

Please sign in to comment.