kpe
kpe
## Bug Using SQL it is not possible to `CREATE` or `INSERT` into a table with `GENERATED` columns with spark 3.2.1 and delta 1.2.0. ### Describe the problem #### Steps...
It looks like the `FullTokenizer` in `tokenizer.py` does not respect the `do_lower_case` argument if `spm_model_file` is provided! Which is somewhat inconsistent, as the `do_lower_case` argument would not be ignored if...
I noticed that the TFHub released ALBERT v2 models specify zeros for `attention_probs_dropout_prob` and `hidden_dropout_prob` in the `assets/albert_config.json`: ```json { "attention_probs_dropout_prob": 0, "hidden_act": "gelu", "hidden_dropout_prob": 0, ... } however the...
Name: Kamen Petroff (kpe) Challenge-4: 240260
I noticed some issues with the data split in the ATIS dataset (see visualization of the label distributions [here](https://github.com/kpe/notebooks#new-version-fetched-from-yvchenjointslu).): * duplicated data samples - 397 (from 5871) * no train...
I enjoy this app a lot! Recently, I noticed (when playing correspondence games), that the screen will turn black, so I was wondering, if we should disable the screen saver,...
Hi, I would like to store locally to a file some raw stream data from binance like `depthUpdate` and `aggTrade`. While the `BinanceStreamingMarketDataService` provides a `getRawTrades()` there is no `getRawOrderBookUpdates()`....
it would be nice, if the rabbit.js API provides a way to specify custom AMQP headers when sending messages, i.e. pass custom options to methods like `sendToQueue()`. Something like passing...
I'm trying to use the HGX Lite with a metal x carriage, however unlike most cowlings or the main HGX Lite, the PINDA one top screw is not flush with...
looks like the manual layout is not supported, right? Or is it possible to use a `workspace.json` with layout information?