Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
naxautify
/
gpt2-4k
like
0
Text Generation
Transformers
PyTorch
Safetensors
gpt2
text-generation-inference
Inference Endpoints
Model card
Files
Files and versions
Community
2
Train
Deploy
Use this model
naxalpha
commited on
Apr 4, 2023
Commit
113af5d
•
1 Parent(s):
fafecad
add read me
Browse files
Files changed (1)
hide
show
README.md
+4
-0
README.md
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
# GPT-2 (125M) 4k tokens
2
+
3
+
Fine-tuned GPT2 Smallest model on The Pile with a token length of 4k.
4
+
Weights are included and it follows Karpathy's nanoGPT implementation.