Part 2: Abstractions, Design, and Testing

Writing your own scripts

(Coming soon) Here we talk about how to easily use allennlp without using our built in commands, if you have more advanced needs or find it easier to reason about python code than configuration files.

UNDER CONSTRUCTION

1A simple training loop with build_* methods

2Using Lazy to reuse our training loops

3What to do about saving, loading, and sharing models?

4Adding your script as an allennlp command