Danil commited on
Commit
36d3658
1 Parent(s): f0e9b7d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -1,8 +1,10 @@
1
  ---
2
- language:
3
- - "code"
4
- - "en"
 
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