Shkarin Sergey

Results 6 issues of Shkarin Sergey

spaCy version: 2.1.9 spaCy-stanza version: 0.2.1 ```python import stanza from spacy_stanza import StanzaLanguage stanza.download('ru') snlp = stanza.Pipeline(lang="ru") nlp = StanzaLanguage(snlp) text = "Мама мыла раму" ``` Using stanza, i get...

Hi. Is it possible to add python 3.9+ version of this library to PyPI?

It would be great to see some examples of using stickers. Also it's not very clear how to use external images (not from current repo).

### System Info - `transformers` version: 4.27.2 - Platform: macOS-13.1-x86_64-i386-64bit - Python version: 3.10.9 - Huggingface_hub version: 0.13.3 - PyTorch version (GPU?): 2.0.0 (False) - Tensorflow version (GPU?): not installed...

Hello. I'm using `deberta-v3-base` for a text classification task. After training I'm converting a pytorch model to ONNX format. Everything works like a charm except that the size of the...

Is there any plan to add support for Python 3.12? It was released over a year ago and many projects are already making use of it