Views
No views yet
OpusMT_Encoder_128.mlpackage – Marian encoder (input_ids, attention_mask → hidden states)OpusMT_Decoder_128.mlpackage – Marian decoder (input_ids, encoder_hidden_states, encoder_attention_mask → logits)tokenizer/ – Marian tokenizer (sentencepiece + config)config.json – Model configtest.txt – Multilingual sample sentences; test_results_*.csv / test_results_*.json – Evaluation outputs>>jpn<< これはテストです。
>>fra<< Ceci est un test.
>>deu<< Das ist ein Test.jpn, fra, deu, eng). For unsupported languages the notebook typically falls back to eng (output is for reference only)..mlpackage files and tokenizer assets to your Xcode project (or load from disk).>>{lang}<< {text}.input_ids (int32, shape [1, 128]) and attention_mask (int32, shape [1, 128]).test.txt – One sentence per line in the form N. Language name (English) Source texttest_results_*.csv / test_results_*.json – Batch translation results (index, code, source, translation)