Downloads · 30 days
18
95% of all-time downloads
appvoid/bytebox
bytebox is a machine learning model from appvoid. Use it for the machine learning task on the model card, and read the license before you ship it in a product. The card lists the license as apache-2.0.
<style img { display: block; position: static; width: min(76%, 480px); height: auto; max-width: 100%; margin: 3rem auto 2.5rem; object-fit: contain;
Downloads · 30 days
18
95% of all-time downloads
All-time downloads
19
Public
Repo size
1.2 GB
Likes
0
Public
Click a slice to open those files.
.pt715 MB · 100%
From the Hugging Face model README
bytebox is a model designed to change public perspective on byte-level language models. It's a deep model pretrained on roughly 1B tokens that demonstrates instruction-following skills with only 60m parameters. Training and inference codes are included.
To the author's knowledge, this is the first-ever decoder-only instruction pretrained byte-level transformer openly available to date.
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
Prompt
What is Python?
Output
Python is a high-level, general-purpose programming language. Its design philosophy emphasizes code readability, and its syntax allows programmers to express concepts in fewer lines of code than would be possible in languages such as C++ or Java. The language provides confidence towards the use of programming languages and their debugging problems."<eos>