Skip to content

Can we run large language model to generate text using brainJS? #873

Discussion options

You must be logged in to vote

Can we run large language model to generate text using brainJS?

Yes. The neural network which does this is the brain.recurrent.LSTM class. It however isn't GPU accelerated, so it can be slow if the network is larger than say a hidden layer of size 500+.

Can brainJS do text generation now?

The same answer as the above.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by linonetwo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants