Skip to content

Commit

Permalink
Merge pull request openai#28 from aletheap/main
Browse files Browse the repository at this point in the history
Add a link to the paper
  • Loading branch information
yburda authored Mar 16, 2024
2 parents 43efed2 + 921fee7 commit 07f2a3c
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 07f2a3c

Please sign in to comment.