Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
0x7o
/
pyGPT-50M
like
2
Text Generation
Transformers
PyTorch
Safetensors
English
code
multilingual
gpt2
text-generation-inference
Inference Endpoints
License:
mpl-2.0
Model card
Files
Files and versions
Community
2
Train
Deploy
Use this model
Danil
commited on
Jul 1, 2022
Commit
ee7ef25
•
1 Parent(s):
de4c6be
Create README.md
Browse files
Files changed (1)
hide
show
README.md
+4
-0
README.md
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
## PythonGPT
2
+
A GPT2-type neural network trained on 4 gigabytes of Pyhon scripts from scratch. It has 50 million parameters.
3
+
4
+
Made as a toy.