Update README.md
Browse files
README.md
CHANGED
|
@@ -66,7 +66,13 @@ Even though it was only trained up to 2048 token sequence length, in my testing
|
|
| 66 |
Coming soon.
|
| 67 |
|
| 68 |
## Usage
|
| 69 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 70 |
|
| 71 |
---
|
| 72 |
|
|
|
|
| 66 |
Coming soon.
|
| 67 |
|
| 68 |
## Usage
|
| 69 |
+
|
| 70 |
+
To run DAT-Byte Small (200M), follow these steps.
|
| 71 |
+
|
| 72 |
+
1. `git clone https://huggingface.co/hudsongouge/DAT-Byte-Small`
|
| 73 |
+
2. `python3 run.py -c`
|
| 74 |
+
|
| 75 |
+
That's it! You're now in an interactive chat with the model!
|
| 76 |
|
| 77 |
---
|
| 78 |
|