зеркало из https://github.com/microsoft/msrflute.git
Merged PR 1557: Update readme files for dummy data creation
Simple PR to update the readmes used for dummy data creation in the testing folder.
This commit is contained in:
Родитель
43e15308e2
Коммит
a47d3ddf56
|
@ -8,7 +8,7 @@ For this experiment, we can create a dummy dataset by running the
|
|||
script located in `testing/create_data.py` as follows:
|
||||
|
||||
```code
|
||||
python create_data.py -e mlm
|
||||
python create_data.py --task mlm_bert
|
||||
```
|
||||
|
||||
A couple of scripts are provided in `utils/preprocessing` for preprocessing .tsv files
|
||||
|
|
|
@ -8,7 +8,7 @@ For this experiment, we can create a dummy dataset by running the
|
|||
script located in `testing/create_data.py` as follows:
|
||||
|
||||
```code
|
||||
python create_data.py -e nlg
|
||||
python create_data.py --task nlg_gru
|
||||
```
|
||||
|
||||
A couple of scripts are provided in `utils/preprocessing` for preprocessing .tsv files
|
||||
|
|
Загрузка…
Ссылка в новой задаче