yanmtt icon indicating copy to clipboard operation
yanmtt copied to clipboard

Yet Another Neural Machine Translation Toolkit

Results 33 yanmtt issues
Sort by recently updated
recently updated
newest added

![WhatsApp Image 2024-04-27 at 1 42 34 AM](https://github.com/prajdabre/yanmtt/assets/57015255/bd6293ab-3868-42d3-a141-0e8cca6b2b64) I am getting the error, shown in the above image while running the commands in the installation_instruction.txt, i.e., `cmake --build build` on...

I also put a few `python -m pip` instead of `pip` so no matter how the environment is set up, the install will always happen for the right python. Fix...

The current build instructions for sentencepiece are not suitable if you don't have admin rights to install shared libraries. A more robust approach (as taken by https://github.com/google/sentencepiece/blob/master/python/build_bundled.sh) is to disable...

Following through the instructions in the repo, there seems to be some problem with the installation of the custom transformers package with the issue : `No module named 'setuptools_rust'` System...

Going through the process on the step `pip install -r requirements.txt` , there seems to be an issue with the tensorflow version,as it can't find it. I also went through...

Hi, can this lib be used to create Monolingual Pre-training for Donut [(clovaai/donut)?](https://github.com/clovaai/donut) ? Thanks

I want to basically pre-train models from scratch, including tokenizer, for languages included in IndicBART and IndicBERT and some more languages, so as to build a something like IndicBARTExt and...

Hello! Just wanted to know if there is an alternative to installing sentencepiece. I see it requires sudo access adding to me getting the following error: > (bart_pretraining) make install...

Hello, Great repo! It's of great help to me. I just had 2 questions: 1) How do you do evaluation for pre-training? 2) Does the pre-training involve both mask infill...