Input Description
The model input is json string with three keys text: the text to be translated, from_lang: Language code of the text, to_lang: Language code of the targeted text. Example: {“text” : “UN Chief says there is no military solution in Syria”, “from_lang” : “eng_Latn”, “to_lang” : “fra_Latn” }"
Output Description
The model will return translated text in targeted language: “Le chef de l’ONU dit qu’il n’y a pas de solution militaire en Syrie”
When I enter the input in the test skill {“text” : “UN Chief says there is no military solution in Syria”, “from_lang” : “eng_Latn”, “to_lang” : “fra_Latn”} it gives output
Sure sir ,This is the input item which is given on the item
![Screenshot (259)|690x388](upload://4YWgIeXggYLoOVZcBzLuqaupOmS.png
Please tell me what input should i give to get out put
AND INPUT ITEM I HAVE GIVEN INPUT THIS
{“text” : “UN Chief says there is no military solution in Syria”, “from_lang” : “eng_Latn”, “to_lang” : “fra_Latn” }
Thank Your sir It worked very well
I have spend time on it more than 5 hours read many documentations but does not find any solution.
Thank You very much sir for help