nielsr HF Staff commited on
Commit
2926c97
·
verified ·
1 Parent(s): d08a920

Add metadata

Browse files

This ensures a "Use this model" button appears at the top right

Files changed (1) hide show
  1. README.md +5 -0
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)]