Skip to content

Commit

Permalink
Update mistral/README.md (#647)
Browse files Browse the repository at this point in the history
  • Loading branch information
adarshxs authored Sep 28, 2023
1 parent eb41f76 commit b88f515
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions examples/mistral/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
**Mistral 7B** is a language model with a total of 7.3 billion parameters, showcasing a notable performance across a variety of benchmarks.

Fine Tune:
```shell
accelerate launch -m axolotl.cli.train examples/mistral/config.yml

```

If you run into CUDA OOM, use deepspeed with config zero2.json:
```shell
accelerate launch -m axolotl.cli.train examples/mistral/config.yml --deepspeed deepspeed/zero2.json
```

0 comments on commit b88f515

Please sign in to comment.