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

minicpm5-1b-vivamais-v1

MiniCPM5-1B text fine-tune for Viva Mais dashboard Q&A.

Training uses a redacted-only mix: public Portuguese instruction data, schema-shaped Viva Mais dashboard examples, and grounding/refusal cases. Raw WhatsApp exports, full transcriptions, and client identifiers are not published.

Acceptance is the repository's Viva Mais QA eval, not generic Portuguese leaderboards.

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

Model tree for marinarosa/minicpm5-1b-vivamais-v1

Finetuned
(1)
this model
Adapters
1 model
Finetunes
1 model
Quantizations
1 model

Space using marinarosa/minicpm5-1b-vivamais-v1 1