Skip to content
#

bert

Here are 949 public repositories matching this topic...

transformers
patrickvonplaten
patrickvonplaten commented Aug 10, 2020

🚀 Feature request

modeling_longformer.py has the classes LongformerForSequenceClassification, LongformerForMultipleChoice and LongformerForTokenClassification which are not present in modeling_tf_longformer.py at the moment.
Those classes should be equally added to modeling_tf_longformer.py.

Motivation

The pretrained weights for TFLongformer are available so that these

jina
JoanFM
JoanFM commented Jul 30, 2020

Describe the feature

I think enforcing typing in methods parameters can be helpful for robustness, readability and stability of the code.

By using mypy static type checker, we can see potential improvements for jina:

Usage:

pip install mypy
mypy --ignore-missing-imports jina

Do not get overwhelmed by the errors. Let's slowly keep improving until we can eve

Improve this page

Add a description, image, and links to the bert topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the bert topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.