Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import torch
|
|
5 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
6 |
|
7 |
DESCRIPTION = """\
|
8 |
-
# EvaByte
|
9 |
|
10 |
EvaByte is a byte-level language model that combines multibyte prediction with the efficient EVA attention mechanism.
|
11 |
This page hosts [EvaByte/EvaByte-SFT](https://huggingface.co/EvaByte/EvaByte-SFT), fine-tuned via supervised instruction data to enable chat and general instruction-following capabilities.
|
|
|
5 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
6 |
|
7 |
DESCRIPTION = """\
|
8 |
+
# EvaByte SFT
|
9 |
|
10 |
EvaByte is a byte-level language model that combines multibyte prediction with the efficient EVA attention mechanism.
|
11 |
This page hosts [EvaByte/EvaByte-SFT](https://huggingface.co/EvaByte/EvaByte-SFT), fine-tuned via supervised instruction data to enable chat and general instruction-following capabilities.
|