Commit
·
df41170
1
Parent(s):
ffa8965
Update README.md
Browse files
README.md
CHANGED
@@ -3,6 +3,8 @@ license: apache-2.0
|
|
3 |
---
|
4 |
|
5 |
|
|
|
|
|
6 |
```
|
7 |
import torch, json
|
8 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
|
|
3 |
---
|
4 |
|
5 |
|
6 |
+
This was trained on the DiscoLM converted, unofficial version. Synthia trained on the official Mistral version (Mixtral) is on its way.
|
7 |
+
|
8 |
```
|
9 |
import torch, json
|
10 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|