How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "theaicompany02/Shivik-Code-1B"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "theaicompany02/Shivik-Code-1B",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/theaicompany02/Shivik-Code-1B
Quick Links

Shivik-Code-1B

Shivik-Code-1B is a 1B-parameter code-focused causal language model from the Shivik family.

Model Overview

  • Architecture: Decoder-only Transformer
  • Parameters: ~1B
  • Domain: Code generation and understanding
  • Training: Custom-trained

Intended Use

  • Code generation
  • Code reasoning
  • Lightweight local inference
  • Research

Limitations

  • Not instruction-aligned by default
  • May hallucinate or produce incorrect code

License

Apache 2.0

Downloads last month
5
Safetensors
Model size
1B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support