oneAPI Hackathon: The LLM Challenge
The corresponding blog post for introduction and walkthrough can be found here.
Video walkthrough.
Link to problem statement
Link to dataset
T5 is an encoder-decoder model. It converts all NLP problems like language translation, summarization, text generation, question-answering, to a text-to-text task.
simpleT5 is built on top of PyTorch-lightning⚡️ and Transformers🤗 that lets you quickly train your T5 models.