Skip to content

Commit b11793a

Browse files
committed
Update video link
1 parent 3744657 commit b11793a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ and seamlessly explore different alternatives at every point - as in [the device
55

66
## About
77

8-
[![Demonstration video](https://img.youtube.com/vi/JItYmDS7Wv0/maxresdefault.jpg)](https://www.youtube.com/watch?v=JItYmDS7Wv0)
8+
[![Demonstration video](https://img.youtube.com/vi/GXWZPpVI0zU/maxresdefault.jpg)](https://www.youtube.com/watch?v=GXWZPpVI0zU)
99

1010
LLMs are essentially functions that produce, given any piece of text, a probability distribution over words and word fragments that may immediately follow it.
1111
This true nature is hidden by the way in which LLMs are usually deployed: the LLM is applied to an input string to obtain a distribution, the distribution is *sampled* in some way to pick a single word or fragment to attach, and the resulting extended string is fed back as an input, over and over again. Thus, the LLM becomes a device that produces a single possibly endless stream of text, which (depending on the sampling procedure) may be nondeterministic.
@@ -80,4 +80,4 @@ Under Linux:
8080
./cmake-build-Release/output/autopen
8181
```
8282

83-
Under Windows: run `autopen.exe` in a folder containing the .otf/.ttc fonts and all required DLLs.
83+
Under Windows: run `autopen.exe` in a folder containing the .otf/.ttc fonts and all required DLLs.

0 commit comments

Comments
 (0)