Daniël de Kok
Daniël de Kok
There is a lot of overlap between the transition-specific lookup and feature table lookup. This can be factored out to one class that replaces `Numberer`. Maybe this should be a...
It would be nice if there are some sample models that are ready to use.
Support dynamic oracles for the common transition systems (at the very least arc-eager).
## Description This change adds the new `activations` attribute to `Doc`. This attribute can be used by trainable pipes to store their activations, probabilities, and guesses for downstream users. As...
## Description Window encoder that supports multiple element-wise activations. Currently very drafty, mostly for some experiments with @kadarakos. ### Types of change Feature ## Checklist - [ ] I confirm...
## Description This is a large refactor of the parsing model, started by @honnibal. The refactor turns the paring model into a more canonical Thinc model. As a result, GPU...
As discussed, this module contains a lot of booleans that Thinc uses internally to keep track of what libraries and devices are available. However, we want to keep the freedom...
Also use PyTorch 1.11.0 for other PyTorch versions.
**Draft:** still needs docs, but I first wanted to discuss this proposal. The output of a transformer is passed through in two different ways: - Prediction: the data is passed...