Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Zahid2005
/
modular-gpt-multicorpus
like
0
Text Generation
PyTorch
English
Arabic
code
transformer
multi-corpus
custom-gpt
License:
mit
Model card
Files
Files and versions
xet
Community
Copy to bucket
new
Zahid2005
commited on
Jul 25
Commit
2b72f4e
·
verified
·
1 Parent(s):
92d1646
Upload gpt.py with huggingface_hub
Browse files
Files changed (1)
hide
show
gpt.py
+3
-0
gpt.py
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
from zahidgpt.gpt import GPT, BigramLanguageModel
2
+
3
+
__all__ = ["GPT", "BigramLanguageModel"]