File size: 820 Bytes
f8d19d0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
---
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.