Skip to content

Commit

Permalink
add gk for cli dataset option
Browse files Browse the repository at this point in the history
  • Loading branch information
benfoley committed Dec 7, 2021
1 parent f418746 commit 7f4256e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions elpis/examples/cli/hft/create_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ def main(dataset_name: str, reset: bool):
'importer_method': 'tier_name',
'importer_value': 'Phrase',
},
'gk': {
'dataset_dir': '/datasets/gk',
'importer_method': 'tier_type',
'importer_value': 'tx',
},
'timit': {
'dataset_dir': '/datasets/timit/training_data',
'importer_method': 'tier_name',
Expand Down

0 comments on commit 7f4256e

Please sign in to comment.