How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "RohithMidigudla/aarogya_gemma_telugu_medical"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "RohithMidigudla/aarogya_gemma_telugu_medical",
		"messages": [
			{
				"role": "user",
				"content": [
					{
						"type": "text",
						"text": "Describe this image in one sentence."
					},
					{
						"type": "image_url",
						"image_url": {
							"url": "https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg"
						}
					}
				]
			}
		]
	}'
Use Docker
docker model run hf.co/RohithMidigudla/aarogya_gemma_telugu_medical
Quick Links

Aarogya Gemma Telugu Medical

Aarogya Gemma Telugu Medical is a Telugu medical question-answering model built on google/gemma-4-E4B-it.

The model is designed to answer medical multiple-choice questions and provide short Telugu explanations.

Model Details

  • Base model: google/gemma-4-E4B-it
  • Model type: Full merged Transformers checkpoint
  • Precision: bfloat16
  • Language: Telugu (te)
  • Task: Medical QA and concise Telugu medical explanations

Training

This model combines Telugu and medical adaptation with GRPO alignment on Telugu MedMCQA-style data.

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

Model tree for RohithMidigudla/aarogya_gemma_telugu_medical

Finetuned
(320)
this model