Seagull LLM

A transformer-based language model to generate humorous captions

Project Overview

For CS 4740: Natural Language Processing, we re-implemented a transformer based language model, SeaguLLM, meant to generate humorous captions from descriptions of cartoons.

The model was fine-tuned, with CUDA streaming model training allowing for faster iterations through epochs. Utilized NLP techniques for context-aware captioning, relevancy, and creativity in output.

Technologies Used