1. 07 Dec, 2020 1 commit
  2. 30 Nov, 2020 1 commit
  3. 10 Nov, 2020 1 commit
  4. 20 Oct, 2020 1 commit
  5. 29 Sep, 2020 1 commit
  6. 28 Sep, 2020 1 commit
  7. 22 Sep, 2020 1 commit
  8. 01 Sep, 2020 1 commit
  9. 20 Aug, 2020 1 commit
    • Romain Rigaux's avatar
      Docs copy button misses ... prefixed code (#6518) · cabfdfaf
      Romain Rigaux authored
      Tested in a local build of the docs.
      
      e.g. Just above https://huggingface.co/transformers/task_summary.html#causal-language-modeling
      
      Copy will copy the full code, e.g.
      
      for token in top_5_tokens:
           print(sequence.replace(tokenizer.mask_token, tokenizer.decode([token])))
      
      Instead of currently only:
      
      for token in top_5_tokens:
      
      
      >>> for token in top_5_tokens:
      ...     print(sequence.replace(tokenizer.mask_token, tokenizer.decode([token])))
      Distilled models are smaller than the models they mimic. Using them instead of the large versions would help reduce our carbon footprint.
      Distilled models are smaller than the models they mimic. Using them instead of the large versions would help increase our carbon footprint.
      Distilled models are smaller than the models they mimic. Using them instead of the large versions would help decrease our carbon footprint.
      Distilled models are smaller than the models they mimic. Using them instead of the large versions would help offset our carbon footprint.
      Distilled models are smaller than the models they mimic. Using them instead of the large versions would help improve our carbon footprint.
      
      Docs for the option fix:
      https://sphinx-copybutton.readthedocs.io/en/latest/
      cabfdfaf
  10. 06 Jul, 2020 1 commit
  11. 29 Jun, 2020 1 commit
  12. 25 Jun, 2020 1 commit
  13. 23 Jun, 2020 1 commit
  14. 02 Jun, 2020 1 commit
  15. 22 May, 2020 1 commit
  16. 13 May, 2020 1 commit
  17. 07 May, 2020 1 commit
  18. 06 Apr, 2020 1 commit
  19. 30 Mar, 2020 1 commit
  20. 24 Mar, 2020 1 commit
  21. 25 Feb, 2020 1 commit
    • Lysandre Debut's avatar
      Adding usage examples for common tasks (#2850) · 65e7c90a
      Lysandre Debut authored
      * Usage: Sequence Classification & Question Answering
      
      * Pipeline example
      
      * Language modeling
      
      * TensorFlow code for Sequence classification
      
      * Custom TF/PT toggler in docs
      
      * QA + LM for TensorFlow
      
      * Finish Usage for both PyTorch and TensorFlow
      
      * Addressing Julien's comments
      
      * More assertive
      
      * cleanup
      
      * Favicon
      - added favicon option in conf.py along with the favicon image
      - udpated 馃
      
       logo. slightly smaller and should appear more consistent across editing programs (no more tongue on the outside of the mouth)
      Co-authored-by: default avatarjoshchagani <joshua@joshuachagani.com>
      65e7c90a
  22. 24 Feb, 2020 1 commit
  23. 19 Feb, 2020 1 commit
  24. 31 Jan, 2020 2 commits
  25. 06 Jan, 2020 2 commits
  26. 23 Dec, 2019 1 commit
  27. 20 Dec, 2019 1 commit
  28. 13 Dec, 2019 1 commit
  29. 03 Dec, 2019 1 commit
  30. 26 Nov, 2019 1 commit
  31. 11 Oct, 2019 1 commit
  32. 09 Oct, 2019 1 commit
  33. 26 Sep, 2019 2 commits
  34. 06 Sep, 2019 1 commit
  35. 04 Sep, 2019 1 commit
  36. 11 Jul, 2019 1 commit
  37. 09 Jul, 2019 1 commit