update readme
Browse files
README.md
CHANGED
@@ -9,4 +9,15 @@ app_file: app.py
|
|
9 |
pinned: false
|
10 |
---
|
11 |
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
pinned: false
|
10 |
---
|
11 |
|
12 |
+
# Compute Optimal Model Estimator
|
13 |
+
|
14 |
+
<a target="_blank" href="https://huggingface.co/spaces/p208p2002/Compute-Optimal-Model-Estimator">
|
15 |
+
<img src="https://img.shields.io/badge/🤗 Live Demo-ffea00?style=for-the-badge&logoColor=white">
|
16 |
+
</a>
|
17 |
+
|
18 |
+
|
19 |
+
|
20 |
+
References
|
21 |
+
- [Training Compute-Optimal Large Language Models](https://arxiv.org/pdf/2203.15556.pdf)
|
22 |
+
- [Scaling Laws for Neural Language Models](https://arxiv.org/pdf/2001.08361.pdf)
|
23 |
+
- [karpathy/nanoGPT](https://github.com/karpathy/nanoGPT/blob/master/scaling_laws.ipynb)
|