MrDio / Applied-AI-Technologies

Repo for the lecture "Applied Artificial Intelligence" at the University of Applied Sciences Esslingen created by Dionysios Satikidis and Jan Seyler.
https://github.com/MrDio/Applied-AI-Technologies
GNU General Public License v3.0
11 stars 25 forks source link

Training of an AI model on specific data. #26

Open NikitaDuemmel90 opened 1 year ago

NikitaDuemmel90 commented 1 year ago

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