Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BlinkDL authored May 10, 2023
1 parent 84a7565 commit cb32ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ The jsonl format sample (one line for each document):
```
generated by code like this:
```
ss = json.dumps({"meta": meta, "text": text}, ensure_ascii=False)
ss = json.dumps({"text": text}, ensure_ascii=False)
out.write(ss + "\n")
```

Expand Down

0 comments on commit cb32ded

Please sign in to comment.