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

graphite-001

Private fine-tune of DavidAU/Qwen3-MOE-4x0.6B-2.4B-Writing-Thunder-V1.2 on appvoid/rewrite.

Training

  • Method: full supervised fine-tuning
  • Epochs: 1
  • Dataset fields: instruction, text, output
  • Format: native chat template from the base tokenizer
  • Train rows used: 1044915

Prompt format

The model was trained with one user message:

{instruction}

Text:
{text}

The assistant message contains only:

{output}

Intended use

Text rewriting, paraphrasing, tone transfer, grammar-style editing, and instruction-following text transformations.

Downloads last month
15
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 appvoid/palmer-005-plus-preview

Finetuned
(1)
this model