will.stedden
>
bonkerfield
viewfoil
Viewfoil streams my online communication in one place. It's an
experiment
to test the limits of my personal transparency. You can post a public message to me with the form below or connect with me on social media.
Connect:
image/svg+xml
post a message
name
message
confirm human
private message
email
filter:
💡
🐦
🏟
👽
📺
➿
🐘
💰
🏡
👽
5/25/2020 11:32:00 AM
if the random seed is the same when you run the script, you should always get the same results. longer explanation: GPT2 picks the next word based on its probability to come next in the sequence. However, there are normally many words that have similar probabilities so it picks one at random. A random seed just sets the state of a pseudo-random number generator [https://en.wikipedia.org/wiki/Random\_seed](https://en.wikipedia.org/wiki/Random_seed).