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-v0"
# 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-v0",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/marinarosa/minicpm5-1b-vivamais-v0
Quick Links

minicpm5-1b-vivamais-v0

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.

Viva Mais QA Eval

This v0 checkpoint is candidate 002 from the Viva Mais text SFT pipeline. It was published by user decision because it beat the base model on average score, but it is not marked as fully accepted by the automated gate.

  • Base model: openbmb/MiniCPM5-1B
  • Eval run: vivamais_qa_candidate_002
  • Average score: 0.6588541666666667
  • Base average score: 0.6197916666666667
  • Pass rate: 0.5625
  • Gate passed: false
  • Leakage failures: 2
  • Unknown-answer failures: 3

Use this checkpoint as a versioned Viva Mais candidate, not as the final accepted grounded-Q&A model.

Downloads last month
84
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-v0

Finetuned
(23)
this model
Finetunes
1 model