"tests/pipelines/audioldm2/test_audioldm2.py" did not exist on "90f5f3c4d4b9fc5166e471b475a70a3dd3077d0a"
Commit 79888e16 authored by Mohammad Shoeybi's avatar Mohammad Shoeybi
Browse files

Merge branch 'main_evaluate_wiki' into 'main'

fixed wiki evaluation

See merge request ADLR/megatron-lm!157
parents 64cf3d98 ef2adb5d
......@@ -69,7 +69,7 @@ def lambada_detokenizer(string):
_DETOKENIZERS = {
'ptb': ptb_detokenizer,
'wikitext': wikitext_detokenizer,
'wiki': wikitext_detokenizer,
'lambada': lambada_detokenizer,
}
......
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