Joseph Price
Joseph Price
I'm noticing something that might be related - I open the modal the first time and the ref is non-null, call dismiss, then on second open, the ref is always...
I should add that I the model I'm using is the result of calling `python -m scripts.convert --quantize --model_id qanastek/pos-french-camembert`
I read through the tokenizer code and found that nulling out the tokenizer's decoder `tokenizer.decoder = null` allows passing through the tokens due to this check: https://github.com/xenova/transformers.js/blob/main/src/tokenizers.js#L2997. It seems that...
I've been using "qanastek/pos-french-camembert" and almost any phrase was failing when I converted the model to onnx with the newer transformers version. One short phrase was "J'ai fini". With the...
Thanks for the example. I did think about doing that but I still ship code to a mobile decide with lots of long strings and the extra string manipulation operations....
By FCS, I meant building with dotnet command instead of fable, not calling it directly. So to me, the issue seemed to be something with the parsing of the fsproj...
Here's a repro on the `largeCE` branch https://github.com/joprice/fable-repro/blob/largeCE/Program.fs. I narrowed it down to around 281 items where it starts to crash. Something interesting I noticed is that after a crash,...
It's not actually a function, but an assignment of a top-level expression to unit, a habit I picked up from ocaml that is similar to `x |> ignore`, where if...
I also noticed on a similar note that 得 is annotated as dé instead of de for example in 小王跑得很快,比我快多了。
I'm seeing similar warnings, even with 2 views, with collapsable set to false or true. The scrollview also overlaps the header and the last item in the scrollview is clipped...