You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text says, I can't bring my own data into an LLM because the models are pre-trained, so the only way to get more information in is to retrain the model, which is an expensive and time consuming process.
"The thing is, you can't actually do that. The models are pre-trained, so the only way to get more information in is to retrain the model, which is an expensive and time consuming process.\n",
So this statement is contradictory. I can do it, it's just very expensive and resource intensive and time consuming. I suggest to adjust that to avoid confusion.
The text was updated successfully, but these errors were encountered:
robinmanuelthiel
changed the title
Make crearer, that you _can_ theoretically train your own LLM models
Make crear, that you can theoretically train your own LLM models
Aug 3, 2023
Yes, I get that the statement is a little confusing. Just trying to convey that you can't add your own data to the existing models that the AI is using, but you can use techniques to achieve something similar, which is what embeddings are for. Will look at rewording this. Thanks!
The text says, I can't bring my own data into an LLM because the models are pre-trained, so the only way to get more information in is to retrain the model, which is an expensive and time consuming process.
intro-to-intelligent-apps/labs/03-orchestration/02-Embeddings/embeddings.ipynb
Line 82 in cf155fc
So this statement is contradictory. I can do it, it's just very expensive and resource intensive and time consuming. I suggest to adjust that to avoid confusion.
The text was updated successfully, but these errors were encountered: