byte-deep-hybrid
appvoid commited on
Commit
85b0ef7
·
verified ·
1 Parent(s): 62dfd7a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -36,4 +36,9 @@ license: apache-2.0
36
 
37
  # details
38
 
39
- bytebox is a model designed to change public perspective on byte-level language models, is a deep model pretrained on roughly 500m tokens that demonstrates instruction-following skills with only 60m parameters.
 
 
 
 
 
 
36
 
37
  # details
38
 
39
+ bytebox is a model designed to change public perspective on byte-level language models, is a deep model pretrained on roughly 500m tokens that demonstrates instruction-following skills with only 60m parameters.
40
+
41
+
42
+ ```bash
43
+ python infer_bytefast60m.py --architecture-script bytefalcon_fast60m.py --model /bytefast-60m/ --tokenizer /byte-tokenizer/ --instruction "Fix the sentence" --text "this sentence need fixing you know i love it" --max-new-tokens 128 --temperature 0
44
+ ```