Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Commit bf422d5

Browse files
authored
Add github template for using your own python run script (#4380)
1 parent ebde6e8 commit bf422d5

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,15 @@
3838

3939
If you're interested in using AllenNLP for model development, we recommend you check out the
4040
[AllenNLP Guide](https://guide.allennlp.org). When you're ready to start your project, we've
41-
created a template repository that you can use as a starting place:
42-
https://github.com/allenai/allennlp-template-config-files.
41+
created a couple of template repositories that you can use as a starting place:
42+
43+
* If you want to use `allennlp train` and config files to specify experiments, use [this
44+
template](https://github.com/allenai/allennlp-template-config-files). We recommend this approach.
45+
* If you'd prefer to use python code to configure your experiments and run your training loop, use
46+
[this template](https://github.com/allenai/allennlp-template-python-script). There are a few
47+
things that are currently a little harder in this setup (loading a saved model, and using
48+
distributed training), but except for those its functionality is equivalent to the config files
49+
setup.
4350

4451
## Package Overview
4552

0 commit comments

Comments
 (0)