https://github.com/openai/grok
https://github.com/openai/grok
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/openai/grok
- Owner: openai
- License: mit
- Created: 2021-04-12T14:42:35.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-19T07:03:15.000Z (about 1 year ago)
- Last Synced: 2025-04-13T14:05:17.066Z (1 day ago)
- Language: Python
- Size: 8.79 KB
- Stars: 4,141
- Watchers: 146
- Forks: 555
- Open Issues: 38
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ccamel - openai/grok - (Python)
- my-awesome - openai/grok - 03 star:4.1k fork:0.6k (Python)
- AiTreasureBox - openai/grok - 04-07_4141_1](https://img.shields.io/github/stars/openai/grok.svg)|| (Repos)
README
# 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
```