Skip to content

Commit

Permalink
Add example output from the config_config tool
Browse files Browse the repository at this point in the history
It is *highly recommended* that you run `config_config` yourself, rather
than editing configs by hand based on these examples.
The example output is included merely so that you can check whether you
get the expected result.
  • Loading branch information
Waino committed Dec 16, 2024
1 parent fc23d59 commit dea5665
Show file tree
Hide file tree
Showing 6 changed files with 3,140 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ popd
(this should only take a few seconds)

```bash
mammoth_config_config.py \
mammoth_config_config \
config_all \
--in_config config/multi30k.template.yaml \
--out_config config/multi30k.yaml \
Expand Down
File renamed without changes.
20 changes: 20 additions & 0 deletions examples/config_config_output/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# mammoth_config_config example output

This directory contains example output of running mammoth_config_config on the template files in the examples directory.

It is *highly recommended* that you run `config_config` yourself, rather than editing configs by hand based on these examples.
The example output is included merely so that you can check whether you get the expected result.

The configs have been created for a single node with a single gpu.

Note that for `config_config.yaml` the line counts (weighting) and presence of corpus files (which tasks to create) is based on dummy data, not any real corpus.

```bash
mammoth_config_config \
config_all \
--in_config examples/config_config.template.yaml \
--out_config config_config.yaml \
--n_nodes 1 \
--n_gpus_per_node 1
```

Loading

0 comments on commit dea5665

Please sign in to comment.