Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
hazyresearch
/
my-awesome-model
like
1
Follow
HazyResearch
31
PyTorch
EleutherAI/pile
English
gpt2
Model card
Files
Files and versions
Community
simarora
commited on
Oct 18
Commit
5fb3686
•
1 Parent(s):
1864379
Create README.md
Browse files
Files changed (1)
hide
show
README.md
+8
-0
README.md
ADDED
Viewed
@@ -0,0 +1,8 @@
1
+
---
2
+
datasets:
3
+
- EleutherAI/pile
4
+
language:
5
+
- en
6
+
---
7
+
8
+
Based model but uses layernorm instead of QK.sum(-1) for the normalization, for better hardware efficiency.