Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
m4vic
/
MiniGPT-Wiki103
like
1
Text Generation
PyTorch
English
miniGPT
Decoder
Transformer
nanoGPT
TextGeneration
350mb
tiny
finetune
tinyGPT
License:
apache-2.0
Model card
Files
Files and versions
xet
Community
m4vic
commited on
Sep 25, 2025
Commit
1e1f7c8
·
verified
·
1 Parent(s):
bbb73cf
Update README.md
Browse files
https://github.com/m4vic/Transformer-101/blob/main/Decoder%20GPT%20style/Decoder.ipynb
Files changed (1)
hide
show
README.md
+0
-2
README.md
CHANGED
Viewed
@@ -47,5 +47,3 @@ model.load_state_dict(torch.load("mini_gpt_best.pt"))
47
model.eval().
48
49
50
-
## Source code
51
-
https://github.com/m4vic/Transformer-101/blob/main/Decoder%20GPT%20style/Decoder.ipynb
47
model.eval().
48
49