Update README.md

#3
by mishig HF staff - opened
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -1,7 +1,7 @@
1
  A very capable chat model built on top of the new Mistral MoE model, trained on the SlimOrca dataset for 1 epoch, using QLoRA.
2
 
3
  Inference:
4
- ```
5
  import torch
6
  from transformers import AutoModelForCausalLM, AutoTokenizer
7
 
 
1
  A very capable chat model built on top of the new Mistral MoE model, trained on the SlimOrca dataset for 1 epoch, using QLoRA.
2
 
3
  Inference:
4
+ ```py
5
  import torch
6
  from transformers import AutoModelForCausalLM, AutoTokenizer
7