Artyom Boyko

Results 77 comments of Artyom Boyko

@abbbe все правильно делаешь. Лучше если ты сделаешь вычитку переведенного мной материала, а я переведенного тобой. Мы так делали при переводе курса по аудио. Так качество существенно выше. Меньше субъективного....

My current hypothesis is that the problem is in the data type returned by the metrics. Metrics with no problem combining returns the dictionary: ```python m_accuracy = evaluate.load("accuracy") m_recall =...

It is possible to make changes to the code of these files: https://github.com/huggingface/evaluate/blob/main/metrics/wer/wer.py#98 https://github.com/huggingface/evaluate/blob/main/metrics/wer/wer.py#106 https://github.com/blademoon/evaluate/blob/main/metrics/cer/cer.py#140 https://github.com/blademoon/evaluate/blob/main/metrics/cer/cer.py#159 may solve the problem. Hypothetical, you just need to "wrap" the return value in...

Good evening, I have added a file translation_agreements.txt in which I enter various words and phrases that need to be translated in a uniform way. This is necessary to maintain...

@lewtun Hello. Can you post a review? As soon as I finish translating Unit 1 I plan to push everything already translated into the official repository....

@Lightmourne Good news! The two of us can do more!

@MKhalusova Good afternoon, Maria. Can you suggest who can do a review of our contribution to the repository?

@MKhalusova That's great!

@MKhalusova I have one question, will there be an example in the course on how to train Whisper for multilingual ASR? For example how to fine-tune Whisper for two languages...

@MKhalusova Good afternoon. Yes, the Whisper fine-tuning notebook is something I've already looked into. I thought that there is some difference if you fine-tune Whisper for two languages at the...