Search
Results
deepseek-ai/deepseek-coder-6.7b-instruct ยท Hugging Face
[https://huggingface.co/deepseek-ai/deepseek-coder-6.7b-instruct] - - public:mzimmerm
Another possible model. For coding capabilities, Deepseek Coder achieves state-of-the-art performance among open-source code models on multiple programming languages and various benchmarks.
StarCoder: A State-of-the-Art LLM for Code
[https://huggingface.co/blog/starcoder] - - public:mzimmerm
Article has comparison with other code-LLM models
AI Code Tools: The Ultimate Guide in 2024
[https://codesubmit.io/blog/ai-code-tools/] - - public:mzimmerm
AI Code tools : Good summary. Does not talk about which pre-trained model they use. One is gemini (bard) -> alphacode2
BigCode - Playground - a Hugging Face Space by bigcode
[https://huggingface.co/spaces/bigcode/bigcode-playground] - - public:mzimmerm
Look for models that could be used in Newspeak
Coroutine - Wikipedia
[https://en.wikipedia.org/wiki/Coroutine] - - public:mzimmerm
Coroutine is a routine which can yield. Coroutines are typically scheduled cooperatively (=non-preemptively). Coroutines are similar to threads, although threads are typically scheduled preemptively (scheduler pre-empts=forces execution to pause and yield, even without yield in the language)