In the previous chapters, we explored the basic scenarios of using pre-trained models. A pre-trained model means that it has already been trained to perform specific tasks. Each model is trained on a particular dataset. Two models with the same architecture may behave completely differently if they were trained on different datasets. No matter how large the number of parameters in a model is or how large the dataset it was trained on, there will always be a domain or area of knowledge that was not covered by the dataset used to train the original model. This raises a valid question: what if we need a model that possesses specific knowledge that was not originally embedded in it? And here we arrive at the solution to this problem, known as model training.

错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Mastering Model Training

  • Ivan Gridin

摘要

In the previous chapters, we explored the basic scenarios of using pre-trained models. A pre-trained model means that it has already been trained to perform specific tasks. Each model is trained on a particular dataset. Two models with the same architecture may behave completely differently if they were trained on different datasets. No matter how large the number of parameters in a model is or how large the dataset it was trained on, there will always be a domain or area of knowledge that was not covered by the dataset used to train the original model. This raises a valid question: what if we need a model that possesses specific knowledge that was not originally embedded in it? And here we arrive at the solution to this problem, known as model training.