Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
shamashel
/
bad-gpt
like
0
Text Generation
karpathy/tiny_shakespeare
English
License:
mit
Model card
Files
Files and versions
Community
main
bad-gpt
2 contributors
History:
18 commits
shamashel
Whoops
a3df5a4
6 months ago
.gitattributes
Safe
1.52 kB
initial commit
6 months ago
.gitignore
Safe
56 Bytes
Add extra typing to make pyright shut up
6 months ago
.python-version
Safe
5 Bytes
Update to work on mac
6 months ago
LICENSE
Safe
1.07 kB
Clone from github
6 months ago
README.md
Safe
740 Bytes
Update README.md
6 months ago
bad_gpt.py
Safe
7.15 kB
Whoops
6 months ago
dataset.py
Safe
1.63 kB
refactor: Update pyproject.toml to include pytorch-gpu dependency and its source URL
6 months ago
encoder.py
Safe
263 Bytes
Switch from custom tokenizer to tiktoken
6 months ago
example_output.md
Safe
1.1 kB
Switch from custom tokenizer to tiktoken
6 months ago
main.py
Safe
1.15 kB
Update logging
6 months ago
model.pth
Safe
pickle
Detected Pickle imports (3)
"torch._utils._rebuild_tensor_v2"
,
"torch.FloatStorage"
,
"collections.OrderedDict"
What is a pickle import?
1.06 GB
LFS
Switch from custom tokenizer to tiktoken
6 months ago
poetry.lock
Safe
222 kB
refactor: Update pyproject.toml to include pytorch-gpu dependency and its source URL
6 months ago
pyproject.toml
Safe
545 Bytes
refactor: Update pyproject.toml to include pytorch-gpu dependency and its source URL
6 months ago
self_attention.py
Safe
3.03 kB
refactoring
6 months ago