File size: 797 Bytes
7d65d90
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
base_model: DavidAU/Qwen3-MOE-4x0.6B-2.4B-Writing-Thunder-V1.2
library_name: transformers
tags:
- text-generation
- text-editing
- rewriting
- paraphrasing
- instruct
private: true
---

# 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:

```text
{instruction}

Text:
{text}
```

The assistant message contains only:

```text
{output}
```

## Intended use

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