1. 28 Jun, 2020 1 commit
  2. 17 Jun, 2020 1 commit
  3. 08 Jun, 2020 1 commit
  4. 02 Jun, 2020 1 commit
    • Julien Chaumond's avatar
      Kill model archive maps (#4636) · d4c2cb40
      Julien Chaumond authored
      * Kill model archive maps
      
      * Fixup
      
      * Also kill model_archive_map for MaskedBertPreTrainedModel
      
      * Unhook config_archive_map
      
      * Tokenizers: align with model id changes
      
      * make style && make quality
      
      * Fix CI
      d4c2cb40
  5. 27 May, 2020 1 commit
    • Hao Tan's avatar
      Add back --do_lower_case to uncased models (#4245) · a9aa7456
      Hao Tan authored
      The option `--do_lower_case` is currently required by the uncased models (i.e., bert-base-uncased, bert-large-uncased).
      
      Results:
      BERT-BASE without --do_lower_case:  'exact': 73.83, 'f1': 82.22
      BERT-BASE with --do_lower_case:  'exact': 81.02, 'f1': 88.34
      a9aa7456
  6. 13 May, 2020 1 commit
    • Julien Plu's avatar
      Question Answering for TF trainer (#4320) · ca136186
      Julien Plu authored
      * Add QA trainer example for TF
      
      * Make data_dir optional
      
      * Fix parameter logic
      
      * Fix feature convert
      
      * Update the READMEs to add the question-answering task
      
      * Apply style
      
      * Change 'sequence-classification' to 'text-classification' and prefix with 'eval' all the metric names
      
      * Apply style
      
      * Apply style
      ca136186
  7. 07 May, 2020 2 commits