4 Downloads Updated yesterday
ollama run Inserloft/ParrotCode
Parrot Coder is a highly efficient, lightweight (~200M parameters) language model optimized for rapid code autocompletion and generation, running directly on your local machine via Ollama.
Developed by Inserloft Research.
Download the model:
ollama push Inserloft/ParrotCode
Run the model locally:
ollama run Inserloft/ParrotCode
You can seamlessly integrate Parrot Coder into your local IDEs or applications using the Ollama REST API:
curl http://localhost:11434/api/generate -d '{
"model": "Inserloft/ParrotCode",
"prompt": "def calculate_fibonacci(n):",
"stream": false
}'
For the full .safetensors weights or PyTorch inference, visit our Hugging Face repository.