kpe

Results 19 comments of kpe

Thank you @jinfagang for the link! I'll have to take a deeper look into it; currently I would say, it seems quite similar to SQuAD, i.e. given a question and...

In principle yes. This would not be much different than the fine-tuning usually done with BERT. Currently bert-for-tf's does not include the final [dense classification layers](https://github.com/google-research/bert/blob/cc7051dc592802f501e8a6f71f8fb3cf9de95dc9/run_pretraining.py#L249) used in the MLM...

I think you could start by setting the Emacs key-theme for all GTK applications like this: ``` gsettings set org.gnome.desktop.interface gtk-key-theme "Emacs" ``` or/and editing `~/.config/gtk-3.0/settings.ini`like this: ``` [Settings] gtk-key-theme-name...

I haven't use windows recently, and don't know if firefox on windows would be a better fit. There is something called [xkeymacs](http://xkeymacs.osdn.jp/) - I haven't tried it, and it seems...

@timp0 - somewhat out of topic - but I found using a standard development workflow (let's say proper OO, unittests, a real IDE like pycharm) could boost efficiency (check -...

Thank you, @ngoanpv! About the `do_lower_case` flag - currently if I download the pre-trained ALBERT weights and sentencepiece model from TFHub, I have to know how to pre-process the input...

Are there any plans to support Emacs/Vim keybindings in StackEdit? If ACE is not used anymore, what it was replaced with? Can the new editor control be taught to use...

@huaxingao - wow, having a `Merge` in the `DataFrameWriterV2` would be great - is this already tracked by the Spark folks, jira or issue we can monitor?

Not sure about the quality of the patch, but at least it seems to work locally for me (i.e. I can look at the screen for as long as I...