Context
Current AI assisted ChatBots, such as ChatGPT or Bing Chat, are extremely powerful and can be used as personal assistants on daily basis. However, they are limited by the data they have been trained on. In the context of an enterprise company, it is interesting how the underlying GPT model can be trained on company specific data.
Task
Train and verify an openly available GPT model, such as OpenAI gpt-3.5-turbo, on a set of specific data.
Details
The data could come from a openly available specialized domain, such as StackOverflow.
It is important to use data, which is not already included in the trained model, e.g. more recent information than September 2021 in case of gpt-3.5-turbo.
Prior to training, the model should not be able to generate satisfactory responses. After the training, it should.
Context Current AI assisted ChatBots, such as ChatGPT or Bing Chat, are extremely powerful and can be used as personal assistants on daily basis. However, they are limited by the data they have been trained on. In the context of an enterprise company, it is interesting how the underlying GPT model can be trained on company specific data.
Task Train and verify an openly available GPT model, such as OpenAI gpt-3.5-turbo, on a set of specific data.
Details