We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 217adc3 commit 12c3e45Copy full SHA for 12c3e45
README.md
@@ -44,7 +44,7 @@ spark-submit --master local[90] --driver-memory 4G spark_scripts/write_sentence_
44
Create QA synthetic dataset
45
46
```
47
-spark-submit --master local[90] --driver-memory 300G spark_scripts/create_ds_synthetic_dataset.py --corpus=outputs/sent-tok-rollup/rollup/ --output outputs/synthetic-uqa-auxqs1awc1-`utcid` --aux-qs=1 --aux-awc=1 --ulim-count=500000
+spark-submit --master local[90] --driver-memory 300G spark_scripts/create_ds_synthetic_dataset.py --corpus=outputs/sent-tok-rollup/rollup/ --output outputs/synthetic-uqa-auxqs1awc1 --aux-qs=1 --aux-awc=1 --ulim-count=500000
48
49
50
0 commit comments