-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Quick start and setup #31
Comments
Please read the IR and backtranslation document I shared with you by Monday. The document is not fully completed in the metric part. You can find some helpful information in this link. I found some papers on backtranslation and you can find their links in this doc under BackTranslation header. Please let us know if you have any concerns or questions. |
Hello Sara, |
Hi Miss, |
Call me Delaram :) |
Okay, will do 😸 |
Great. Currently, we are working with the facebook/nllb-200-distilled-600M model. After finding the suitable model, install the ReQue project and add it to the project. |
Hi Delaram, Here are some models that I have found and a summary for each one. I am still working on finding a better-suited model. It is difficult to find many models focusing only on 3-4 languages, so I’ve included the models I’ve found with English + 1 language as well. These could be used in conjunction with each other, though I believe that would not work with a pipeline. EN-FR-RUM-DE: tftransformers/t5-small EN-FR: marian-finetuned-kde4-en-to-fr EN-PT: m2m100_418M-finetuned-kde4-en-to-pt_BR EN-romance languages: Helsinki-NLP/opus-mt-en-roa |
Hi Sara, Thanks for the summary! I think these models should do the trick. It's just an experiment to see if changing the model might make the results even better. Can you install the ReQue project and test it with these models? |
Hi Sara, It appears that there is an issue while installing one of the libraries. Could you please specify which library is causing the error? Additionally, have you considered using the environment.yaml file as an alternative method for installing the libraries? If so, is there any problem encountered with that approach as well? No, the installation process should not vary based on the platform. I'm also using PyCharm for development. If the issue persists and you're unable to resolve it, we can meet at the lab to work on it together and find a solution. |
@saragebara Apologies for the delayed reply. Certainly, you can come to the lab on Wednesday. Let's collaborate and tackle the bug together. No need to worry, we'll figure it out as a team. |
Sounds great, thank you so much! 😊 I managed to fix the errors in installing the requirements.txt. I should hopefully have more fixed by Wednesday as well! I am now working on installing anserini properly, I will provide an update if I manage to successfully install it. |
ReQue has been successfully installed and run. Here is a log of today's process:
Afterwards, the project was run successfully. |
@DelaramRajaei |
@saragebara Thank you for providing the detailed log. Have you run the project for all the commands (generate, search, evaluation, and build)? For your next task, please attempt to add the models you discovered earlier into the project and run it on them. |
Hi Delaram, Yes, I have run the project for all the commands without any errors. 😄 Sounds good, I will get started on testing the models right now. |
Hello Sara, You might be right. This error may be caused by the translation model only supporting English. I suggest you put a breakpoint where the backtranslated is being generated and find the error. |
Hello Sara, Just wanted to ask if you were able to fix the issue or not. |
Hi Delaram, The documentation for the models I tested only supports English as the source language, which I believe to be the cause of the error. I have been working on finding different models, though I haven't found any other models which support 3-4 languages (including an already used language so that comparison is possible). I've tried testing other models, but each time they've either generated nothing or translation errors occurred.
The program is being run to translate just to a single language at the moment (French) (The previous models were tested with only French as well). All the models above support all their languages as source languages. Do I have to add additional code for some models to work? Additionally, I've tried to add a breakpoint but I'm not sure where to put it, and the places I've tried have not allowed me to run the project/debug. I'm very sorry for the delay, this week has been very busy. Next week will not be as hectic, so I will have more time. My internet is quite slow so it takes a long time to get an output. Thank you for the help! |
@DelaramRajaei and @saragebara |
@saragebara |
@saragebara
This is an issue page to log your progress. Please let us know if you have any concerns or questions.
The text was updated successfully, but these errors were encountered: