Datasets:
docs: fix number of total sentences
Browse files
README.md
CHANGED
|
@@ -29,4 +29,4 @@ with open("./train.jsonl", "wt") as f_out:
|
|
| 29 |
f_out.write(json.dumps(current_example) + "\n")
|
| 30 |
```
|
| 31 |
|
| 32 |
-
The extracted dataset has
|
|
|
|
| 29 |
f_out.write(json.dumps(current_example) + "\n")
|
| 30 |
```
|
| 31 |
|
| 32 |
+
The extracted dataset has 53,384 sentences.
|