|
|
|
|
|
by xrd
228 days ago
|
|
This is why I asked this question yesterday: "Ask HN: Why don't programming language foundations offer "smol" models?" https://news.ycombinator.com/item?id=45840078 If I could run smol single language models myself, I would not have to worry. |
|
I don't think it's that easy. The times I've trained my own tiny models on just one language (programming or otherwise), they tend to get worse results than the models I've trained where I've chucked in all the languages I had at hand, even when testing just for single languages.
It seems somewhat intuitive to me that it works like that too, programming in different (mainstream) languages is more similar than it's different (especially when 90% of all the source code is Algol-like), so makes sense there is a lot of cross-learning across languages.