Commit a3a78224 authored by Nikhilesh Bhatnagar's avatar Nikhilesh Bhatnagar

Updated for prepackaged ct2 zip

parent 16465d50
This diff is collapsed.
......@@ -58,6 +58,8 @@ class TritonPythonModel:
max_batch_size=128,
max_input_length=100,
max_decoding_length=100,
beam_size=15,
replace_unknowns=True,
)
]
responses = [
......
......@@ -23,7 +23,7 @@ class TritonPythonModel:
tgt_prefix=False,
alpha=0.0,
batch_type="sents",
beam_size=5,
beam_size=15,
beta=-0.0,
block_ngram_repeat=0,
coverage_penalty="none",
......@@ -43,7 +43,7 @@ class TritonPythonModel:
random_sampling_temp=1.0,
random_sampling_topk=1,
ratio=-0.0,
replace_unk=False,
replace_unk=True,
report_align=False,
report_time=False,
seed=829,
......@@ -59,7 +59,7 @@ class TritonPythonModel:
tgt_prefix=False,
alpha=0.0,
batch_type="sents",
beam_size=5,
beam_size=15,
beta=-0.0,
block_ngram_repeat=0,
coverage_penalty="none",
......@@ -79,7 +79,7 @@ class TritonPythonModel:
random_sampling_temp=1.0,
random_sampling_topk=1,
ratio=-0.0,
replace_unk=False,
replace_unk=True,
report_align=False,
report_time=False,
seed=829,
......
......@@ -88,18 +88,6 @@
"targetLanguage": "hi",
"targetScriptCode": "Deva"
},
{
"sourceLanguage": "hi",
"sourceScriptCode": "Deva",
"targetLanguage": "kn",
"targetScriptCode": "Knda"
},
{
"sourceLanguage": "kn",
"sourceScriptCode": "Knda",
"targetLanguage": "hi",
"targetScriptCode": "Deva"
},
{
"sourceLanguage": "en",
"sourceScriptCode": "Latn",
......@@ -156,4 +144,4 @@
}
]
}
}
\ No newline at end of file
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment