Danil
commited on
Commit
•
36d3658
1
Parent(s):
f0e9b7d
Update README.md
Browse files
README.md
CHANGED
@@ -1,8 +1,10 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
|
4 |
-
-
|
|
|
5 |
---
|
|
|
6 |
## PythonGPT
|
7 |
A GPT2-type neural network trained on 4 gigabytes of Pyhon scripts from scratch. It has 50 million parameters.
|
8 |
|
|
|
1 |
---
|
2 |
+
license: mpl-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
- code
|
6 |
---
|
7 |
+
|
8 |
## PythonGPT
|
9 |
A GPT2-type neural network trained on 4 gigabytes of Pyhon scripts from scratch. It has 50 million parameters.
|
10 |
|