-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added simplified BERT support #791
Conversation
8f7b2d6
to
1c16164
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tohle mi taky přijde dobrý, jenom se musíme domluvit, co tim labelerem.
@@ -1,12 +1,12 @@ | |||
from typing import Dict, Union | |||
from typing import Dict |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OMG, přesně tyhlety změny mám už od října v nějaký větvi, ale čekal jsem, až Jindra dodělá tf.Dataset a mám s tím nějaké modely, co bych dál rád používal. Máš tohle už v hodně modelech?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Experimenty s BERTem mam zatim on-hold, takze no problem.
Klidne tenhle PR zavri a pouzij tu svoji vetev.
@@ -0,0 +1,79 @@ | |||
#!/usr/bin/env python3 | |||
# Creates training data for the BERT network training |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tohle se nepíše do komentáže, ale prostě začneš psát text do """
stringu, on se pak uloží do proměnné __doc__
a python ho považuje za dokumentaci.
Resolved by #798 |
Počkej, a co ten skriptíček a testíček, ty se hoděj, ne? |
Jo, ty by se daly odsud vykuchat. |
Includes: