Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,39 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
# bytebox
|
| 5 |
|
| 6 |
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.
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
| 4 |
+
|
| 5 |
+
<style>
|
| 6 |
+
img {
|
| 7 |
+
display: block;
|
| 8 |
+
position: static;
|
| 9 |
+
width: min(76%, 256px);
|
| 10 |
+
height: auto;
|
| 11 |
+
max-width: 100%;
|
| 12 |
+
margin: 3rem auto 2.5rem;
|
| 13 |
+
object-fit: contain;
|
| 14 |
+
|
| 15 |
+
border: 2px solid rgba(255, 255, 255, 0.16);
|
| 16 |
+
border-radius: 1rem;
|
| 17 |
+
outline: none;
|
| 18 |
+
|
| 19 |
+
user-select: none;
|
| 20 |
+
-webkit-user-select: none;
|
| 21 |
+
-moz-user-select: none;
|
| 22 |
+
-webkit-user-drag: none;
|
| 23 |
+
|
| 24 |
+
filter: none !important;
|
| 25 |
+
transform: scale(1) !important;
|
| 26 |
+
animation: none !important;
|
| 27 |
+
box-shadow: none !important;
|
| 28 |
+
|
| 29 |
+
position: relative;
|
| 30 |
+
z-index: 1;
|
| 31 |
+
transform-origin: center;
|
| 32 |
+
}
|
| 33 |
+
</style>
|
| 34 |
+
|
| 35 |
+
<img src="https://huggingface.co/appvoid/bytebox.1/resolve/main/bytebox.png"/>
|
| 36 |
+
|
| 37 |
# bytebox
|
| 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.
|