graphite-001-large / README.md
appvoid's picture
Upload graphite-001 fine-tuned model
f8d19d0 verified
|
Raw
History Blame Contribute Delete
820 Bytes
---
base_model: ibm-granite/granite-4.0-350m
library_name: transformers
tags:
- text-generation
- text-editing
- rewriting
- paraphrasing
- falcon-h1
- instruct
private: true
---
# 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:
```text
{instruction}
Text:
{text}
Return only the final rewritten output. Do not explain.
```
The assistant message contains only:
```text
{output}
```
## Intended use
Text rewriting, paraphrasing, tone transfer, grammar-style editing, and instruction-following text transformations.