From 8cf79c1332bae3baaa3be001f1f1264f93f0e516 Mon Sep 17 00:00:00 2001 From: Nikhilesh Bhatnagar Date: Thu, 17 Aug 2023 08:40:38 +0000 Subject: [PATCH] ulca file and licence --- README.md | 2 +- ulca_model.json | 99 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 100 insertions(+), 1 deletion(-) create mode 100644 ulca_model.json diff --git a/README.md b/README.md index d0b504f..5d41f5c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License. +Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. # mt-model-deploy-dhruva diff --git a/ulca_model.json b/ulca_model.json new file mode 100644 index 0000000..3ae7bcc --- /dev/null +++ b/ulca_model.json @@ -0,0 +1,99 @@ +{ + "modelId": "iiith/himangy-v1", + "version": "v1", + "submittedOn": 1692254490000, + "updatedOn": 1692254490000, + "name": "IIIT Hyderabad Translation (HimangY) -- v1 langset (general domain).", + "description": "HimangY translation models are a set of language pair specific Transformer-based models (50M-250M parameters).", + "refUrl": "https://ssmt.iiit.ac.in/meitygit/ssmt/mt-model-deploy-dhruva", + "task": { + "type": "translation" + }, + "languages": [ + { + "sourceLanguage": "en", + "sourceScriptCode": "Latn", + "targetLanguage": "hi", + "targetScriptCode": "Deva" + }, + { + "sourceLanguage": "hi", + "sourceScriptCode": "Deva", + "targetLanguage": "en", + "targetScriptCode": "Latn" + }, + { + "sourceLanguage": "te", + "sourceScriptCode": "Telu", + "targetLanguage": "en", + "targetScriptCode": "Latn" + }, + { + "sourceLanguage": "hi", + "sourceScriptCode": "Deva", + "targetLanguage": "te", + "targetScriptCode": "Telu" + }, + { + "sourceLanguage": "te", + "sourceScriptCode": "Telu", + "targetLanguage": "hi", + "targetScriptCode": "Deva" + }, + { + "sourceLanguage": "en", + "sourceScriptCode": "Latn", + "targetLanguage": "gu", + "targetScriptCode": "Gujr" + }, + { + "sourceLanguage": "gu", + "sourceScriptCode": "Gujr", + "targetLanguage": "en", + "targetScriptCode": "Latn" + } + ], + "license": "cc by-sa 4.0", + "domain": [ + "general" + ], + "inferenceEndPoint": { + "schema": { + "request": { + "input": [ + { + "source": "कैसे हैं आप?" + } + ], + "config": { + "language": { + "sourceLanguage": "hi", + "targetLanguage": "en" + } + } + }, + "response": { + "output": [ + { + "source": "कैसे हैं आप?", + "target": "How are you?" + } + ] + } + } + }, + "submitter": { + "name": "IIIT Hyderabad", + "aboutMe": "The NLP-MT Lab in Language Technologies Research Centre works on NLP research and Machine Translation on Indian Languages.", + "team": [ + { + "name": "Vandan Mujadia", + "aboutMe": "PhD Scholar, IIITH" + }, + { + "name": "Pruthwik Mishra", + "aboutMe": "PhD Scholar, IIITH" + } + ] + } +} \ No newline at end of file -- GitLab