mozilla / ai-guide

Mozilla AI Guide
Mozilla Public License 2.0
31 stars 27 forks source link

Langauge Models 101 - Missing word "on" #23

Closed ashandoak closed 1 year ago

ashandoak commented 1 year ago

Sub-section title

HOW DOES A TYPICAL TRAINING RUN WORK?

Please describe your issue

The third sentence of the first paragraph is missing the word "on" between "errors" and "these".

Describe the solution you'd like to see

The third sentence in the first paragraph should read (missing "on" bolded for clarity):

"The model then uses its prediction errors on these inputs to repeatedly update its parameters through an optimization algorithm like stochastic gradient descent (SGD) or Adam."

ashandoak commented 1 year ago

Closing this since it should be "against" not "on". And the issues seems to be fixed in PR #12.