Update README.md
Browse files
README.md
CHANGED
@@ -24,6 +24,7 @@ To train and evaluate models using this dataset with [AReaL](https://github.com/
|
|
24 |
## Convert to Qwen3 prompt format
|
25 |
|
26 |
```
|
|
|
27 |
with open("/path/to/raw.jsonl") as f, \
|
28 |
open("/path/to/qwen3_data.jsonl", "w") as fout:
|
29 |
|
|
|
24 |
## Convert to Qwen3 prompt format
|
25 |
|
26 |
```
|
27 |
+
import json
|
28 |
with open("/path/to/raw.jsonl") as f, \
|
29 |
open("/path/to/qwen3_data.jsonl", "w") as fout:
|
30 |
|