Confused regarding Model in Assignment UNQ 4

I have create the model using:
trax.models.reformer.ReformerLM() class, however the model output deviates from the expected output.


Resolved this was caused as we need explicit variable declaration when using:
trax.models.reformer.ReformerLM()
like vocab_size=vocab_size etc. rather than passing vocab_size directly as a param