Dmitry Chaplinsky

Results 85 comments of Dmitry Chaplinsky

That's a great one too. Again, callback idea might shine here, since you can boost/deboost some characters, not completely blacklist them. For example, I often see 1 recognized as l...

What if we make it a bit broader and instead provide an option to multiply the logits to some weight. For example, l and 1 and I can often be...

This is the code for the NER corpus I've used: https://github.com/lang-uk/flair-ner/blob/main/train_base.py#L32 and the code for the POS corpus: https://github.com/lang-uk/flair-pos/blob/main/train_grid.py#L21 I'll take a look if I have fixed split for ner...

Oh, @stefan-it thanks for reminding me. Totally forgot about fixed split. On a separate topic. Would you like to try to train electra on a better quality ukrainian texts?

Yes I do! Could you contact me at chaplinsky[dot]dmitry on gmail?

Hi @alanakbik and @stefan-it I've just uploaded two bigger models for the Ukrainian language: https://huggingface.co/lang-uk/flair-uk-forward-large https://huggingface.co/lang-uk/flair-uk-backward-large Those has hidden_size=2048 (in contrast to the 1024 of the original ones) and trained...

I'd like to subscribe to this issue too :) Apple M2 on MBA 15". It just hangs. ``` paddleocr==2.7.3 paddlepaddle==2.6.1 ```

@kmike, would you like to upgrade the ukrainian dictionary for PyMorphy2? That will have an effect on downstream projects as well.

I'd subscribe to the updates as well.

``` $ ./manage.py analytics Traceback (most recent call last): File "/var/www/declarations.com.ua/env/lib/python3.4/site-packages/elasticsearch_dsl/utils.py", line 102, in __getattr__ return _wrap(self._d_[attr_name]) KeyError: 'addresses' During handling of the above exception, another exception occurred: Traceback (most...