Commit
•
2a9eb38
1
Parent(s):
5715265
Update README.md (#3)
Browse files- Update README.md (8d8d2d28e4d95bb1b2ee5f828700d5989ed88c82)
Co-authored-by: Mishig Davaadorj <[email protected]>
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 |
|