sander-wood commited on
Commit
ab2685a
1 Parent(s): 32e910a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -5,7 +5,7 @@ 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
- bGPT supports generative modelling on any type of data and can perform any task executable on a computer, limited only by computational resources 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
 
 
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 modelling via next byte prediction on any type of data and can perform any task executable on a computer, showcasing the capability to simulate all activities within the digital world, with its potential only limited by computational resources 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