sander-wood commited on
Commit
329ff13
1 Parent(s): f459e40

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -5,6 +5,8 @@ license: mit
5
 
6
  This repository contains the weights for the bGPT model as described in the paper [Beyond Language Models: Byte Models are Digital World Simulators](https://arxiv.org/pdf/%3CARXIV%20PAPER%20ID%3E.pdf).
7
 
 
 
8
  You can check out the [demo page](https://byte-gpt.github.io/), which includes examples generated by the bGPT model.
9
 
10
  ## Model Description
 
5
 
6
  This repository contains the weights for the bGPT model as described in the paper [Beyond Language Models: Byte Models are Digital World Simulators](https://arxiv.org/pdf/%3CARXIV%20PAPER%20ID%3E.pdf).
7
 
8
+ bGPT supports generative modeling on any type of data and can perform any task executable on a computer, limited only by computational power and our imagination.
9
+
10
  You can check out the [demo page](https://byte-gpt.github.io/), which includes examples generated by the bGPT model.
11
 
12
  ## Model Description