MuZero: The Walkthrough (Part 1/3)
- Teaching a machine to play games using self-play and deep learning…without telling it the rules

MuZero: The Walkthrough (Part 1/3)

This looks super interesting for building domain-specific belief maps:

Here’s a link to the paper: DEMix Layers: Disentangling Domains for Modular Language Modeling
GPT Agents
SBIR(s)
Book
Just back from a conference in Huntsville. Lots of very expensive ways to deliver energy to a point in space at a particular time. I need to write up my thoughts in more detail later. Also EXPENSE REPORT!
Announcing AI21 Studio and Jurassic-1 Language Models
Research community dynamics behind popular AI benchmarks
The Learning on Graphs and Geometry Reading Group
Alpha Zero’s “Alien” Chess Shows the Power, and the Peculiarity, of AI
SBIR
Nice ride on Saturday. An 18mph average pace and I still got dropped by the lead group! But I did hang on for over 40 miles

Book
%\newcommand\TODO[1]{\textcolor{red}{(TODO: #1)}} % show
\newcommand\TODO[1]{} % hide
SBIRs
GPT Agents
There is a version of DALL-E at huggingface for image to text! (huggingface.co/spaces/flax-community/dalle-mini)
A man in a room:

A woman in a room:

Need to fix my timesheet for Monday
A Network Framework of Cultural History
Had to get my truck serviced yesterday (oil change and recalls) which took a bunch of hours, so I brought my bike and went on a really nice ride on a wonderful day
Speaking of the truck. These folks (103 Creek Ridge Road,Greensboro, North Carolina 27406) will install lift kits from these folks. I could also do wheels and tires. Stay at Haw River State Park?
Book
SBIRs
More stupid travel stuff. Clay suggests American for next time
Finished Stewardship of global collective behavior. It’s quite good and a nice way to frame all this research
Put my bids in for ICTAI-2021 reviews
GPT Agents
SBIR
Examining the consumption of radical content on YouTube
GPT Agents
SBIRs
Set up oil change and recall service
GPT Agents
SBIR
I had some perplexing runs trying different epoch counts on corpora recently. Here’s the 6k:

As you can see, only the 32 epoch can figure out there are no 0 star ratings, though the best overall match is the 16 epoch.
The 100k is weirder, and makes more sense when you look at the raw data:
As you can see, the 16 and 32 epoch miss the two star rating entirely, though aside(!) from that the fit isn’t bad:

Looking at this, I’d say that 2-4 epochs seem to work well, and when I take out the explicit epoch, run_clm determines the epochs should be 3:
[INFO|trainer.py:1164] 2021-07-31 06:31:02,447 >> ***** Running training *****
[INFO|trainer.py:1165] 2021-07-31 06:31:02,447 >> Num examples = 1649
[INFO|trainer.py:1166] 2021-07-31 06:31:02,448 >> Num Epochs = 3
[INFO|trainer.py:1167] 2021-07-31 06:31:02,448 >> Instantaneous batch size per device = 1
[INFO|trainer.py:1168] 2021-07-31 06:31:02,449 >> Total train batch size (w. parallel, distributed & accumulation) = 1
[INFO|trainer.py:1169] 2021-07-31 06:31:02,449 >> Gradient Accumulation steps = 1
[INFO|trainer.py:1170] 2021-07-31 06:31:02,449 >> Total optimization steps = 4947
{'loss': 0.1737, 'learning_rate': 4.494643218111988e-05, 'epoch': 0.3}
I’m going to try an ensemble of these 3-epoch models to see what that looks like


GPT Agents
SBIR
Book
4:00 NLP Meeting – cancelled
When the Echo Chamber Shatters: Examining the Use of Community-Specific Language Post-Subreddit Ban
SBIR
GPT Agents
4:30 NLP Meeting
Add this to the Saturday ride calendar
How epidemic psychology works on Twitter

Research note: Examining potential bias in large-scale censored data
SBIR(s)
GPT Agents
JuryRoom
In a fake battle for Taiwan, U.S. forces lost network access almost immediately.
Curation Bubbles: Domain Versus URL Level Analysis of Partisan News Sharing on Social Media
GPT-Agents


fit method. In PyTorch, there is no generic training loop so the 🤗 Transformers library provides an API with the class Trainer to let you fine-tune or train a model from scratch easily. Then we will show you how to alternatively write the whole training loop in PyTorch.SBIRs:
There is this thing called PyTorch Lightning that supports scaling of your models and integrates with Grid.AI
Grid.AI is designed for developing and training deep learning models at scale.
SBIR(s)
Book
GPT-Agents
You must be logged in to post a comment.