Open jbischof opened 1 year ago
hey jbischof this issue is still open for contributors?
@ADITYADAS1999 anything tagged with "scoping required" means that we don't know how to do it yet unfortunately! However, if you are super interested in token classification you could prototype it for us in a keras.io example. Let me know if that's interesting to you.
@ADITYADAS1999 anything tagged with "scoping required" means that we don't know how to do it yet unfortunately! However, if you are super interested in token classification you could prototype it for us in a keras.io example. Let me know if that's interesting to you.
thanks for informing jbischof. So this are all ideas but not implemented.
Yes @ADITYADAS1999, anything tagged "scoping required" means we want to do it but we don't know how. We generally save these for ourselves because it's a big ask for contributors to design our API.
Hi I've linked a colab with prototype of alignment preprocessor in #754, should help in scoping. Thoughts @mattdangerw @chenmoneygithub ?
BertClassifier
supports one output for the entire input sequence, but per-token classification is important for applications such as POS and NER tagging. This will require some scoping and design:BertTokenClassifierPreprocessor
or is just passing a label tensor the same length as the input enough?BertTokenClassifier
task model with the correct task-specific layers and preprocessing.