quintic commited on
Commit
5367b63
1 Parent(s): 12344ba

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -1,3 +1,10 @@
1
  ---
2
  license: mit
3
  ---
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
  ---
4
+
5
+ This is a conversion of
6
+ https://huggingface.co/CarperAI/diff-codegen-350m-v2
7
+ into GPT-J implementation via the script
8
+ https://gist.github.com/moyix/7896575befbe1b99162ccfec8d135566
9
+
10
+ For details, please refer to Carper's model card. Anyone can do this conversion easily. Uploaded here simply for easy access without moving stuff back-and-forth.