Browse Source

Update 'README.md'

天问 1 year ago
parent
commit
daf0dfb9d1
1 changed files with 11 additions and 1 deletions
  1. 11 1
      README.md

+ 11 - 1
README.md

@@ -1,2 +1,12 @@
-# Grok
+# 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
+```