MELLAH Youssef
MELLAH Youssef
Hi, I am very interested in your work I wanted to know if it is possible to train the model on another dataset to convert text to java code? if...
Hi, Thank you for sharing this great code. Can you tell me please how to use this code for training on QA task? Another question please, how to use it...
Hi, Can someone share with us its best pre-trained model (the best model_checkpoint) ? Thank you all.
Hi, Can someone please share with me its Codalab worksheets to see how it works and how to evaluate officially on spider challenge? Thanks.
Hi, How can I experiment this work with other Transformer based models (like RoBERTa, GPT2...)? Thanks.
Hi, I have built a se2seq model that takes the question and generates the SQL query directly. My question is how to evaluate my model since the predictions are in...
I have generated sql query from test set question and schema. (sql: select nationality where player = terrence ross) Now i want to execute the sql query over the wikisql...
Hi, I made a chatbot with english language and i integrated it with aimybox and its works. Now i want to use the same chatbot but with french language (maybe...
Hi, I'm looking for Arabic speech recognition. GooglePlatformTextToSpeech(context, Locale.ENGLISH) does not support arabic text to speech. Thanks
Hi, How to proceed to make tranX supporting other programming languages ? In other words, what are **files/classes/functions** that we should add/update **precisely** in tranX to support Java, C and...