In README.md, the commands for the pre-processing scripts for pre-training are mentioned as sh <script.sh>, whereas the shebang is #!/usr/bin/env bash. I thought it would be more appropriate if the command is bash <script.sh>. Please correct me if I am wrong. Thanks.
In README.md, the commands for the pre-processing scripts for pre-training are mentioned as
sh <script.sh>
, whereas the shebang is#!/usr/bin/env bash
. I thought it would be more appropriate if the command isbash <script.sh>
. Please correct me if I am wrong. Thanks.