p208p2002 commited on
Commit
a07fa13
1 Parent(s): 9c2a277

update readme

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -9,4 +9,15 @@ app_file: app.py
9
  pinned: false
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
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)