GSoC idea: a code generation model for smalltalk
hello, this paper : "An Empirical Comparison of Pre-Trained Models of Source Code" https://arxiv.org/pdf/2302.04026.pdf studied "19 recently-developed pre-trained models of source code" I am a complete noob in this domain, but wouldn't it be possible to use one of these to train it on smalltalk code and get an advanced code completion tool from that ? nicolas
Is anyone working on this subject? On Thu, Feb 9, 2023, 10:02 Nicolas Anquetil <nicolas.anquetil@inria.fr> wrote:
hello,
this paper : "An Empirical Comparison of Pre-Trained Models of Source Code" https://arxiv.org/pdf/2302.04026.pdf studied "19 recently-developed pre-trained models of source code"
I am a complete noob in this domain, but wouldn't it be possible to use one of these to train it on smalltalk code and get an advanced code completion tool from that ?
nicolas
should be possible to do a first version using the Pharo Language Server Protocol implementation <https://github.com/badetitou/Pharo-LanguageServer> (from Benoit Verhaeghe) and a server like codeium <https://codeium.com/> (a free coding assistant) nicolas nicolas On 12/08/2023 21:03, Noury Bouraqadi wrote:
Is anyone working on this subject?
On Thu, Feb 9, 2023, 10:02 Nicolas Anquetil <nicolas.anquetil@inria.fr> wrote:
hello,
this paper : "An Empirical Comparison of Pre-Trained Models of Source Code" https://arxiv.org/pdf/2302.04026.pdf studied "19 recently-developed pre-trained models of source code"
I am a complete noob in this domain, but wouldn't it be possible to use one of these to train it on smalltalk code and get an advanced code completion tool from that ?
nicolas
-- Nicolas Anquetil RMod team -- Inria Lille
participants (2)
-
Nicolas Anquetil -
Noury Bouraqadi