Ask HN: How training of LLM dedicated to code is different from LLM of “text”
Does it go beyond exposing to the LLM only "code"?, or there are extra steps in the training? (like giving the compiler/interpreter rules)?
Since programming are more structured , I think that using grammar that are dedicated to those language might be useful.
3 comments
[ 4.0 ms ] story [ 161 ms ] threadWhen you talk about a grammar, that's in the decoder, right? You don't need to retrain a model to use one of those.
I'm talking about the "coding grammar" (like for python/CPP..), in order that when he write the code- it should gain benefit from using some syntax checking