How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "aloobun/ReMaskCoder-135m"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "aloobun/ReMaskCoder-135m",
		"prompt": "Once upon a time,",
		"max_tokens": 512,
		"temperature": 0.5
	}'
Use Docker
docker model run hf.co/aloobun/ReMaskCoder-135m
Quick Links
<|user|>
Prove that for any real number x, the operation x + 0 always equals x.
<|description|>
The property x + 0 = x is a fundamental property of numbers called the identity property of addition. This property states that when you add zero to any number, the result is the number itself. In our case, x is any real number, so adding zero to x gives us x. Therefore, for any real number x, the operation x + 0 always equals x.
<|answer|>
Downloads last month
7
Safetensors
Model size
0.1B params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support