Implemented projects

Glowing blue digital brain and AI text hologram with data network

Implemented projects with GPT-3/3.5/4 or other LLMs:

  • Tone and sentiment analysis for a large database of email subjects and bodies. This way, I determined the best-selling tones and then implemented a program that lets my customer rewrite emails in the desired tones, using OpenAI API.
  • Question answering for a database of documents. Fine-tuning of OpenAI models and embedding extraction&storage were used.
  • Extraction of keywords and summaries for a huge list of websites. This started as OpenAI-based proof of concept, but because their prices are huge, I later changed to an on-premise large language model.
  • ChatGPT-like chat using Alpaca-finetuned GPT-J large language model for customer support purposes. This can be used on-premise without API calls to OpenAI.
  • Performance optimization for the underlying Transformers technology in CUDA.
  • Lossy compression for the offload of weights when training or inferencing with limited GPU memory.
  • A Chatbot and a dating application, where GPT4- (or a local LLM-) based chatbot talks to the user naturally so to collect the summary of user’s personality, interests and preferences. Then maximum weighted graph matchmaking is run using the distance between user summary embeddings as the dissimilarity metric.
  • Multiple consulting, including LLMs for editors, legal and finance.