Update README.md
Browse files
README.md
CHANGED
|
@@ -40,5 +40,11 @@ bytebox is a model designed to change public perspective on byte-level language
|
|
| 40 |
|
| 41 |
|
| 42 |
```bash
|
| 43 |
-
python infer_bytefast60m.py --architecture-script bytefalcon_fast60m.py
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 44 |
```
|
|
|
|
| 40 |
|
| 41 |
|
| 42 |
```bash
|
| 43 |
+
python infer_bytefast60m.py --architecture-script bytefalcon_fast60m.py \
|
| 44 |
+
--model /bytefast-60m/ \
|
| 45 |
+
--tokenizer /byte-tokenizer/ \
|
| 46 |
+
--instruction "Fix the sentence" \
|
| 47 |
+
--text "this sentence need fixing you know i love it" \
|
| 48 |
+
--max-new-tokens 128 \
|
| 49 |
+
--temperature 0
|
| 50 |
```
|