Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openai/grok
https://github.com/openai/grok
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/openai/grok
- Owner: openai
- License: mit
- Created: 2021-04-12T14:42:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-19T07:03:15.000Z (8 months ago)
- Last Synced: 2024-09-27T06:21:13.825Z (about 1 month ago)
- Language: Python
- Size: 8.79 KB
- Stars: 4,078
- Watchers: 147
- Forks: 515
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ccamel - openai/grok - (Python)
- awesome - openai/grok - (Python)
- my-awesome - openai/grok - 03 star:4.1k fork:0.5k (Python)
- AiTreasureBox - openai/grok - 11-02_4079_0](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
```