1. 20 Feb, 2020 6 commits
  2. 19 Feb, 2020 9 commits
  3. 18 Feb, 2020 2 commits
  4. 17 Feb, 2020 5 commits
  5. 16 Feb, 2020 1 commit
    • Manuel Romero's avatar
      Update README.md · 6083c156
      Manuel Romero authored
      I trained the model for more epochs so I improved the results. This commit will update the results of the model and add a gif using it with **transformers/pipelines**
      6083c156
  6. 14 Feb, 2020 14 commits
  7. 13 Feb, 2020 3 commits
    • Felix MIKAELIAN's avatar
      add model_card flaubert-base-uncased-squad (#2833) · 8744402f
      Felix MIKAELIAN authored
      
      
      * add model_card
      
      * Add tag
      
      cc @fmikaelian
      Co-authored-by: default avatarJulien Chaumond <chaumond@gmail.com>
      8744402f
    • Severin Simmler's avatar
      Model card: Literary German BERT (#2843) · 7f98edd7
      Severin Simmler authored
      
      
      * feat: create model card
      
      * chore: add description
      
      * feat: stats plot
      
      * Delete prosa-jahre.svg
      
      * feat: years plot (again)
      
      * chore: add more details
      
      * fix: typos
      
      * feat: kfold plot
      
      * feat: kfold plot
      
      * Rename model_cards/severinsimmler/literary-german-bert.md to model_cards/severinsimmler/literary-german-bert/README.md
      
      * Support for linked images + add tags
      
      cc @severinsimmler
      Co-authored-by: default avatarJulien Chaumond <chaumond@gmail.com>
      7f98edd7
    • Joe Davison's avatar
      Preserve spaces in GPT-2 tokenizers (#2778) · f1e8a51f
      Joe Davison authored
      * Preserve spaces in GPT-2 tokenizers
      
      Preserves spaces after special tokens in GPT-2 and inhereted (RoBERTa)
      tokenizers, enabling correct BPE encoding. Automatically inserts a space
      in front of first token in encode function when adding special tokens.
      
      * Add tokenization preprocessing method
      
      * Add framework argument to pipeline factory
      
      Also fixes pipeline test issue. Each test input now treated as a
      distinct sequence.
      f1e8a51f