Datasets:

Modalities:
Text
Formats:
json
Size:
< 1K
Libraries:
Datasets
pandas
License:
xssstory commited on
Commit
1abdc2c
·
verified ·
1 Parent(s): 7252984

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
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