byte-deep-hybrid
appvoid commited on
Commit
679d5cb
·
verified ·
1 Parent(s): c839fd6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
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 --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
  ```
 
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
  ```