-
Notifications
You must be signed in to change notification settings - Fork 92
Week 9 2021 Fall
Yining Shi edited this page Nov 8, 2021
·
7 revisions
- Build an interactive sketch with Text data, using word2Vec, universal sentence encoder, sentiment, CharRNN, GPT-2 model
- Or train your own GPT-2 model, document your training process, how did you collect the data, what is the result.
- Free eBooks - Project Gutenberg
- All the news - Kaggle
- Wikipedia API, example query: https://en.wikipedia.org/w/api.php?format=json&action=query&prop=extracts&exintro&explaintext&redirects=1&titles=Stack%20Overflow
- Enron (600,000+ employee emails made public during fraud investigation)
- Scrapping Reddit data
- Sentiment
- Word2Vec
- CharRNN_Interactive
- CharRNN_Text
- CharRNN_Text_Stateful
-
GPT-2 in p5 web editor, need to run Runway GPT-2 model at
localhost:8000
- ml5.js word2vec, doc
- Training text generator with Runway
- Better Language Models and Their Implications: GPT-2 Blog
- Talk to Transformer: GPT-2 Demo
- Hugging face transformers
- CharRNN from ml5js
- Train CharRNN ml5js model
- add your question here