Update README.md
Browse files
README.md
CHANGED
@@ -4,6 +4,11 @@ license: apache-2.0
|
|
4 |
|
5 |
Included is code ripped from fastchat with the expected chat templating.
|
6 |
|
|
|
|
|
|
|
|
|
|
|
7 |
```python
|
8 |
import dataclasses
|
9 |
from enum import auto, Enum
|
|
|
4 |
|
5 |
Included is code ripped from fastchat with the expected chat templating.
|
6 |
|
7 |
+
Also wiz.pdf is a pdf of the github blog showing the apache 2 release.
|
8 |
+
Link to wayback machine included: https://web.archive.org/web/20240415221214/https://wizardlm.github.io/WizardLM2/
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
```python
|
13 |
import dataclasses
|
14 |
from enum import auto, Enum
|