Fedor Kurushin

Results 4 issues of Fedor Kurushin

### Debug Tips - [x] I'm sure I've read this project's Issues of README. ### What happened? ```python alibaba_valid_1000 = [] for zh in tqdm(valid['original'].tolist()): ru = ts.translate_text( zh, from_language='zh',...

sever itself limited

Hi, I am trying to install via pip: ```bash pip install revizor ``` but have ```bash error: subprocess-exited-with-error × python setup.py bdist_wheel did not run successfully. │ exit code: 1...

```python from bert_score import score with open("/data/translator/parallel/kaggle/open_ru.txt", "r") as fo: txts = [t.strip() for t in fo.readlines()] txts = list(set(txts)) size = 1_000_000 ``` ```python P, R, F1 = score(...

I writes react client to recognise speech through web sockets. I am happily connected to the server (`alphacep/kaldi-ru:latest`), send requests there, everything alright, but my responses is empty. Can anyone...