KantaHayashiAI commited on
Commit
7bd0690
·
verified ·
1 Parent(s): 62e1cc5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import torch
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.
 
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.