Releases: zemlyansky/gpt-tfjs
Releases · zemlyansky/gpt-tfjs
v0.0.5
Added
- textstream project: Enabled training of the GPT model using text streams in either a browser or a Node.js environment (eliminating the need to load the entire dataset into memory)
- In the train method, both
maxIter
andepochs
parameters are now supported. Switched fromdf.forEachAsync
towhile
loop +ds.iterator()
(it was not clear how to terminate long-runningforEachAsync
).
Fixed
- Resolved memory leakage issue occurring in the
generate
method - Use
config.lr
in the Adam optimizer