Skip to content

Commit

Permalink
Merged PR 1557: Update readme files for dummy data creation
Browse files Browse the repository at this point in the history
Simple PR to update the readmes used for dummy data creation in the testing folder.
  • Loading branch information
Mirian-Hipolito committed Jun 28, 2023
1 parent 43e1530 commit a47d3dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion experiments/mlm_bert/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion experiments/nlg_gru/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a47d3dd

Please sign in to comment.