Skip to content

Commit

Permalink
Add a link to the paper
Browse files Browse the repository at this point in the history
  • Loading branch information
aletheap committed Mar 16, 2024
1 parent 43efed2 commit 921fee7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# OpenAI Grok Curve Experiments

## Paper

This is the code for the paper [Grokking: Generalization Beyond Overfitting on Small Algorithmic Datasets](https://arxiv.org/abs/2201.02177) by Alethea Power, Yuri Burda, Harri Edwards, Igor Babuschkin, and Vedant Misra

## Installation and Training

```bash
pip install -e .
./scripts/train.py
```
```

0 comments on commit 921fee7

Please sign in to comment.