Elad Segal

Results 5 comments of Elad Segal

std.parseJson("1.0") is parsed as 1 (int) instead of 1.0 (float). Is there a workaround for this?

@sbarzowski Oh, I see. Python's json library does make the distinction, so I hoped the same from jsonnet's python bindings. Thanks!

Hi Liran, thanks for bringing these issues to our attention! 1. You are exactly right, the huggingface-hub package which is installed unpinned via the datasets package installation had a breaking...

@jzhang38 Can you please provide the error message and the output from `pip freeze`?

Hi @jxiw, I see @UriSha already gave you an answer regarding validation scores in https://github.com/tau-nlp/scrolls/issues/7. Regarding the assertion error you get, I wasn't able to reproduce it in the original...