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/graphite-001-large"
# 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/graphite-001-large",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/appvoid/graphite-001-large
Quick Links

graphite-001

Private fine-tune of ibm-granite/granite-4.0-350m 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: 33609

Prompt format

The model was trained with one user message:

{instruction}

Text:
{text}

Return only the final rewritten output. Do not explain.

The assistant message contains only:

{output}

Intended use

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

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

Model tree for appvoid/graphite-001-large

Finetuned
(19)
this model
Quantizations
1 model