Add metadata
Browse filesThis ensures a "Use this model" button appears at the top right
README.md
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# The Curse of Depth in Large Language Models
|
| 2 |
[[`arxiv`](https://arxiv.org/abs/2502.05795)]
|
| 3 |
[[`code`](https://github.com/lmsdss/LayerNorm-Scaling)]
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: transformers
|
| 3 |
+
pipeline_tag: text-generation
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
# The Curse of Depth in Large Language Models
|
| 7 |
[[`arxiv`](https://arxiv.org/abs/2502.05795)]
|
| 8 |
[[`code`](https://github.com/lmsdss/LayerNorm-Scaling)]
|