1. 23 Jan, 2023 18 commits
  2. 21 Jan, 2023 1 commit
  3. 20 Jan, 2023 17 commits
  4. 19 Jan, 2023 4 commits
    • Sylvain Gugger's avatar
      Add disclaimer for necessary fake models (#21178) · 862888a3
      Sylvain Gugger authored
      * Add disclaimer for necessary fake models
      
      * Address review comments
      
      * Use for GPT-NeoX as well
      862888a3
    • Cl茅mentine Fourrier's avatar
      Graphormer model for Graph Classification (#20968) · 87208a05
      Cl茅mentine Fourrier authored
      
      
      * [FT] First commit for graphormer architecture.
      
      The model has no tokenizer, as it uses a collator and preprocessing function for its input management.
      Architecture to be tested against original one.
      The arch might need to be changed to fit the checkpoint, but a revert to the original arch will make the code less nice to read.
      TODO: doc
      
      * [FIX] removed test model
      
      * [FIX] import error
      
      * [FIX] black and flake
      
      * [DOC] added paper refs
      
      * [FIX] [DOC]
      
      * [FIX] black
      
      * [DOC] Updated READMEs
      
      * [FIX] Order of imports + rm Tokenizer calls
      
      * [FIX] Moved assert in class to prevent doc build failure
      
      * [FIX] make fix-copies
      
      * [Doc] update from code review
      Co-authored-by: default avatarSylvain Gugger <35901082+sgugger@users.noreply.github.com>
      
      * [FIX] Removed Graphormer from Sequence classification model list
      
      * [DOC] Added HF copyright to Cython file
      
      * [DOC] Fixed comments
      
      * [FIX] typos in class doc + removed config classes.
      
      Tod...
      87208a05
    • ydshieh's avatar
      revert Copyright 2023 · 758bd39e
      ydshieh authored
      758bd39e
    • Kambe Hiroyuki's avatar
      Add Japanese translation index.mdx (#21186) · 705e332b
      Kambe Hiroyuki authored
      * Add Japanese translation index.mdx
      
      * Fix the year of the license
      
      * Change the models list to Japanese
      705e332b