Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -41,9 +41,7 @@ with gr.Blocks() as demo:
|
|
| 41 |
|
| 42 |
This repo is the offical demo space for [Scaling Laws with Vocabulary: Larger Models Deserve Larger Vocabularies](https://huggingface.co/papers/2407.13623). In summary, we show that when scaling up model size, increase vocabulary size too, but at a slower rate than other parameters.
|
| 43 |
|
| 44 |
-
<
|
| 45 |
-
<img src="https://huggingface.co/spaces/sail/scaling-with-vocab-demo/resolve/main/figures/vocabulary_demo.png" style="max-width:400px;">
|
| 46 |
-
</div>
|
| 47 |
|
| 48 |
This tool is used to predict the optimal vocabulary size given the non-vocabulary parameters. We provide 3 ways for prediction:
|
| 49 |
|
|
|
|
| 41 |
|
| 42 |
This repo is the offical demo space for [Scaling Laws with Vocabulary: Larger Models Deserve Larger Vocabularies](https://huggingface.co/papers/2407.13623). In summary, we show that when scaling up model size, increase vocabulary size too, but at a slower rate than other parameters.
|
| 43 |
|
| 44 |
+
<img src="https://huggingface.co/spaces/sail/scaling-with-vocab-demo/resolve/main/figures/vocabulary_demo.png" style="max-width:720px; display:block; margin-left:auto; margin-right:auto;">
|
|
|
|
|
|
|
| 45 |
|
| 46 |
This tool is used to predict the optimal vocabulary size given the non-vocabulary parameters. We provide 3 ways for prediction:
|
| 47 |
|