Commit
•
5384b6e
1
Parent(s):
85e18c2
add link to colab example (#1)
Browse files- add link to colab example (d1854dbd62c0647d312e1eae30f70873e8ace9a1)
Co-authored-by: Peter Szemraj <[email protected]>
README.md
CHANGED
@@ -2,6 +2,12 @@
|
|
2 |
license: apache-2.0
|
3 |
---
|
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.
|
@@ -9,6 +15,8 @@ Link to wayback machine included: https://web.archive.org/web/20240415221214/htt
|
|
9 |
|
10 |
|
11 |
|
|
|
|
|
12 |
```python
|
13 |
import dataclasses
|
14 |
from enum import auto, Enum
|
|
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
|
5 |
+
# amazingvince/Not-WizardLM-2-7B
|
6 |
+
|
7 |
+
<a href="https://colab.research.google.com/gist/pszemraj/d3d74ceab942722b49188606785e2bfd/not-wizardlm-2-7b-inference.ipynb">
|
8 |
+
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
|
9 |
+
</a>
|
10 |
+
|
11 |
Included is code ripped from fastchat with the expected chat templating.
|
12 |
|
13 |
Also wiz.pdf is a pdf of the github blog showing the apache 2 release.
|
|
|
15 |
|
16 |
|
17 |
|
18 |
+
## example
|
19 |
+
|
20 |
```python
|
21 |
import dataclasses
|
22 |
from enum import auto, Enum
|