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

Bielik-4.5B-v3.0-medadapt

Polish medical domain adaptation of speakleash/Bielik-4.5B-v3.0-Instruct.

This revision contains the variant trained via continued pretraining on polish medical text pretraining followed by SFT on Polish and English medical instructions .

Branches:

  • main: CPT + SFT model
  • cpt: continued pretraining model
  • sft_pl: Polish SFT model
  • sft_pl_eng: Polish + English SFT model

Current branch: main

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

Model tree for jmajkutewicz/Bielik-4.5B-v3.0-medadapt

Finetuned
(6)
this model
Quantizations
2 models