gimseng / 99-ML-Learning-Projects

A list of 99 machine learning projects for anyone interested to learn from coding and building projects
MIT License
577 stars 174 forks source link

[EXE] GPT-2 Use #49

Open gimseng opened 3 years ago

gimseng commented 3 years ago

Learning Goals

OpenAI has generated lots of hype with GPT-3. In some way, its like GAN but for NLP to generate 'fake' texts with some primes and prompts.

The goal of the exercise is to teach the learners on how to use the model, rather than how to train/build.

Exercise Statement

Pick some prompts / primes from some recent controversial and generate texts. For eg it could be about masks, police brutality or etc.

Prerequisites

Some familiarity with using pretrained models. Reading GPT-2 docs will be useful.

Data source/summary

No data needed as we are using a generative pretrained model.

gimseng commented 3 years ago

This is related to #41

sridhatta commented 2 years ago

Hi @gimseng I am interested to take up this exercise. Please let me know if you can assign it.