Skip to content

Commit

Permalink
Merge pull request #871 from stanford-oval/wip/synthetic-data-sampler
Browse files Browse the repository at this point in the history
Wip/synthetic data sampler
  • Loading branch information
jmhw0123 committed Mar 30, 2022
2 parents 092ca1f + 3a3739a commit 54a507a
Show file tree
Hide file tree
Showing 2 changed files with 492 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tool/genie.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,9 @@ const subcommands : { [key : string] : SubCommand } = {
'upload-entity-values': require('./upload-entity-values'),

'extract-translatable-annotations': require('./extract-translatable-annotations'),
'translate-schema-annotations': require('./translate-schema-annotations')
'translate-schema-annotations': require('./translate-schema-annotations'),

'sample-synthetic-data': require('./sample-synthetic-data')
};

async function main() {
Expand Down
Loading

0 comments on commit 54a507a

Please sign in to comment.