1. 14 Mar, 2022 12 commits
  2. 13 Mar, 2022 1 commit
  3. 12 Mar, 2022 6 commits
  4. 11 Mar, 2022 18 commits
  5. 10 Mar, 2022 3 commits
    • David S. Batista's avatar
      96ac7549
    • lewtun's avatar
      Fix duplicate arguments passed to dummy inputs in ONNX export (#16045) · 6b093283
      lewtun authored
      * Fix duplicate arguments passed to dummy inputs in ONNX export
      
      * Fix M2M100 ONNX config
      
      * Ensure we check PreTrained model only if torch is available
      
      * Remove TensorFlow tests for models without PyTorch parity
      6b093283
    • Suraj Patil's avatar
      support new marian models (#15831) · ba21001f
      Suraj Patil authored
      * support not sharing embeddings
      
      * update modeling
      
      * update tokenizer
      
      * fix conversion script
      
      * always use self.shared
      
      * boom boom
      
      * begin tests
      
      * update tests
      
      * fix resize_decoder_token_embeddings
      
      * address Patrick's comments
      
      * style
      
      * update conversion script
      
      * fix conversion script
      
      * fix tokenizer
      
      * better name target vocab
      
      * add integration test for tokenizer with two vocabs
      
      * style
      
      * address Patrick's comments
      
      * add integration test for model
      ba21001f