CodedotAl / gpt-code-clippy

Full description can be found here: https://discuss.huggingface.co/t/pretrain-gpt-neo-for-open-source-github-copilot-model/7678?u=ncoop57
Apache License 2.0
3.29k stars 221 forks source link

**Code Model Demo** #4

Closed ncoop57 closed 3 years ago

ncoop57 commented 3 years ago
neubig commented 3 years ago

I think an online interface would be good, perhaps huggingface could host something on the Write With Transformer site?

Also, separately from this, we have a PyCharm plugin for displaying code generation/retrieval results (https://github.com/neulab/tranx-plugin). It might be fun to incorporate whatever we build here into that so you can actually use it in your coding like copilot. Of course, serving big models like this, latency, etc. would be an issue. But It might be the quickest path to an open-source copilot.

urialon commented 3 years ago

We have a code completion web interface at https://anycodegen.org/

If it's relevant, I can check if I can provide the frontend's code (the reason I'm not sure and need to check is because I didn't create the frontend, we hired an external developer)

ncoop57 commented 3 years ago

I wrote a vscode extension that uses GPT-Neo via HF's inference API that i think we could improve and use. That way it can be very similar to copilot

https://github.com/ncoop57/vscode-codecomplete